Skip to content

Commit

Permalink
Correct the resource query
Browse files Browse the repository at this point in the history
  • Loading branch information
michaldudak committed Feb 26, 2024
1 parent 875339a commit cd90dcf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/next.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ export default withDocsInfra({
test: /\.md$/,
oneOf: [
{
resourceQuery: /@muiMarkdown/,
resourceQuery: /muiMarkdown/,
use: [
options.defaultLoaders.babel,
{
Expand Down

0 comments on commit cd90dcf

Please sign in to comment.