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: {