Skip to content

Commit

Permalink
fix: fragments should be excluded from route
Browse files Browse the repository at this point in the history
  • Loading branch information
sanyuan0704 committed Oct 8, 2022
1 parent 591cdc2 commit 3c2a52a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/.island/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ export default defineConfig({
remarkPlugins: []
},
route: {
exclude: ['custom.tsx', 'fragments/**/*']
exclude: ['custom.tsx', '**/fragments/**']
},
themeConfig: {
locales: {
Expand Down

1 comment on commit 3c2a52a

@vercel
Copy link

@vercel vercel bot commented on 3c2a52a Oct 8, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.