mirror of
https://github.com/BeamMP/Docs.git
synced 2026-07-20 22:01:07 +00:00
New VitePress and design look + little work on update to work with.
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
---
|
||||
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
Block a user