1
0
Fork 0
mirror of https://github.com/LnL7/nix-darwin.git synced 2025-04-16 01:06:55 +00:00
nix-darwin/manual/index-redirects.js

4 lines
141 B
JavaScript
Raw Normal View History

2025-01-14 01:49:32 +00:00
const anchor = document.location.hash.substring(1);
const redirects = {};
if (redirects[anchor]) document.location.href = redirects[anchor];