Skip to content

Commit

Permalink
🐛 (windi) fix windi glob path
Browse files Browse the repository at this point in the history
  • Loading branch information
Tahul committed May 27, 2021
1 parent ab1cb37 commit d1c07e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/defaultTheme/module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ export default <Module>function themeSetupModule() {
windiOptions.scanOptions.include.push(
join(adminPath, glob),
join(__dirname, glob),
join(options.rootDir, '/node_modules/docus/dist/' + glob),
join(options.rootDir, '/node_modules/docus/dist' + glob),
join(options.themeDir, glob)
)

Expand Down

1 comment on commit d1c07e4

@vercel
Copy link

@vercel vercel bot commented on d1c07e4 May 27, 2021

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.