We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
.html
1 parent 87ae319 commit 49959a0Copy full SHA for 49959a0
1 file changed
.vitepress/config.mts
@@ -13,6 +13,7 @@ export default defineConfig({
13
head: [['link', { rel: 'icon', href: '/favicon.png' }]],
14
title: "Voxrame",
15
description: "Game Agnostic Tools For Developing Mods and Games for Luanti Engine.",
16
+ cleanUrls: true, // no `.html` at the end of urls
17
18
appearance: 'dark',
19
0 commit comments