Skip to content

Commit

Permalink
Update packages/docusaurus-plugin-content-pages/src/index.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Sébastien Lorber <slorber@users.noreply.github.com>
  • Loading branch information
anshulrgoyal and slorber authored Jul 9, 2020
1 parent cd16969 commit 54a9437
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/docusaurus-plugin-content-pages/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ export default function pluginContentPages(
component: source,
exact: true,
modules: {
config: `${context.generatedFilesDir}/docusaurus.config.js`,
config: `@generated/docusaurus.config`,
},
});
}),
Expand Down

0 comments on commit 54a9437

Please sign in to comment.