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-13 02:15:00 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
c115bc9a4263670ad2862446fb44f4eeaf924bd9
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