This website requires JavaScript.
Explore
Help
Sign In
BeamMP
/
Docs
Watch
1
Star
0
Fork
0
You've already forked Docs
mirror of
https://github.com/BeamMP/Docs.git
synced
2026-07-14 19:04:34 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
230cc42e78c61456dc52292a04e4e8af11844b6d
Docs
/
docs
/
index.md
T
Starystars67
97a7aaf643
New VitePress and design look + little work on update to work with.
2026-06-16 12:31:19 +01:00
244 B
Raw
Blame
History
layout
layout
false
<script setup> import { onMounted } from 'vue' import { useRouter } from 'vitepress' const router = useRouter() onMounted(() => { // Redirects incoming root traffic to the /en/ folder router.go('/en/') }) </script>
Reference in New Issue
View Git Blame
Copy Permalink