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.
1 parent 1b5463d commit 61c5cebCopy full SHA for 61c5ceb
astro.config.mjs
@@ -319,11 +319,11 @@ export default defineConfig({
319
},
320
}
321
),
322
- starlightLinksValidator({
323
- errorOnFallbackPages: false,
324
- errorOnRelativeLinks: false,
325
- exclude: ['/plugin/*/#default-permission', '/plugin/*/#permission-table'],
326
- }),
+ // starlightLinksValidator({
+ // errorOnFallbackPages: false,
+ // errorOnRelativeLinks: false,
+ // exclude: ['/plugin/*/#default-permission', '/plugin/*/#permission-table'],
+ // }),
327
lunaria({ configPath: './lunaria.config.json', route: '/contribute/translate-status' }),
328
],
329
title: 'Tauri',
0 commit comments