From 5c8af28efd22c3260d72f5f435cf2c344dd17187 Mon Sep 17 00:00:00 2001 From: Pedro Soares Date: Tue, 23 Jun 2026 15:18:14 +0200 Subject: [PATCH] bugfix: add cleanUrls config --- .vitepress/config.mts | 1 + 1 file changed, 1 insertion(+) diff --git a/.vitepress/config.mts b/.vitepress/config.mts index cd69858..3e25646 100644 --- a/.vitepress/config.mts +++ b/.vitepress/config.mts @@ -53,6 +53,7 @@ export default defineConfig({ head.push(['meta', { property: 'og:title', content: ogTitle }]) return head }, + cleanUrls: true, ignoreDeadLinks: 'localhostLinks', vite: { build: {