Skip to content

Commit 12b4742

Browse files
committed
Fix build
1 parent 5f7c050 commit 12b4742

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

astro.config.mjs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,14 +53,14 @@ export default defineConfig({
5353
'./src/styles/theme.css',
5454
],
5555
plugins: [starlightLinksValidator({
56-
exclude: ['/api/**']
56+
exclude: ['/api/**', '/docs/guides/']
5757
})],
5858
}),
5959
],
6060
redirects: {
61-
'/docs/guides': {
61+
'/docs/guides/': {
6262
status: 302,
63-
destination: '/docs/guides/concepts'
63+
destination: '/docs/guides/concepts/'
6464
}
6565
},
6666
markdown: {

0 commit comments

Comments
 (0)