Skip to content

Commit 1296a57

Browse files
authored
Enable ignoreDeadLinks in VitePress config to display urls like localhost:8000
1 parent ab16c5c commit 1296a57

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/.vitepress/config.mjs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -239,6 +239,7 @@ export default defineConfig({
239239
},
240240

241241
socialLinks: [{ icon: 'github', link: 'https://github.com/eXpServer' }],
242+
ignoreDeadLinks: true,
242243
},
243244
sitemap: {
244245
hostname: 'https://expserver.github.io',

0 commit comments

Comments
 (0)