We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f7c050 commit 12b4742Copy full SHA for 12b4742
1 file changed
astro.config.mjs
@@ -53,14 +53,14 @@ export default defineConfig({
53
'./src/styles/theme.css',
54
],
55
plugins: [starlightLinksValidator({
56
- exclude: ['/api/**']
+ exclude: ['/api/**', '/docs/guides/']
57
})],
58
}),
59
60
redirects: {
61
- '/docs/guides': {
+ '/docs/guides/': {
62
status: 302,
63
- destination: '/docs/guides/concepts'
+ destination: '/docs/guides/concepts/'
64
}
65
},
66
markdown: {
0 commit comments