1
0
Fork 0
mirror of https://github.com/LnL7/nix-darwin.git synced 2025-04-15 16:56:37 +00:00
nix-darwin/manual/index-redirects.js
2025-01-14 01:49:32 +00:00

3 lines
141 B
JavaScript

const anchor = document.location.hash.substring(1);
const redirects = {};
if (redirects[anchor]) document.location.href = redirects[anchor];