feat(index): redirect to nix.org.cn #19

Merged
nvirellia merged 1 commits from noa.virellia/redirect into develop 2026-01-02 00:23:15 +00:00
Showing only changes of commit 60facf4bf9 - Show all commits

3
src/pages/index.astro Normal file
View File

@@ -0,0 +1,3 @@
<script lang='ts'>
location.href = 'https://nix.org.cn';
</script>