Skip to content

Commit 49959a0

Browse files
committed
Config/Urls/Sitemap: no .html at the end of urls.
1 parent 87ae319 commit 49959a0

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.vitepress/config.mts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ export default defineConfig({
1313
head: [['link', { rel: 'icon', href: '/favicon.png' }]],
1414
title: "Voxrame",
1515
description: "Game Agnostic Tools For Developing Mods and Games for Luanti Engine.",
16+
cleanUrls: true, // no `.html` at the end of urls
1617

1718
appearance: 'dark',
1819

0 commit comments

Comments
 (0)