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 f3b64c5 commit 7720f77Copy full SHA for 7720f77
astro.config.ts
@@ -331,11 +331,11 @@ export default defineConfig({
331
},
332
}
333
),
334
- starlightLinksValidator({
335
- errorOnFallbackPages: false,
336
- errorOnRelativeLinks: false,
337
- exclude: ['/plugin/*/#default-permission', '/plugin/*/#permission-table'],
338
- }),
+ // starlightLinksValidator({
+ // errorOnFallbackPages: false,
+ // errorOnRelativeLinks: false,
+ // exclude: ['/plugin/*/#default-permission', '/plugin/*/#permission-table'],
+ // }),
339
lunaria({ configPath: './lunaria.config.json', route: '/contribute/translate-status' }),
340
],
341
title: 'Tauri',
0 commit comments