Skip to content

Commit cd90dcf

Browse files
committed
Correct the resource query
1 parent 875339a commit cd90dcf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/next.config.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ export default withDocsInfra({
9292
test: /\.md$/,
9393
oneOf: [
9494
{
95-
resourceQuery: /@muiMarkdown/,
95+
resourceQuery: /muiMarkdown/,
9696
use: [
9797
options.defaultLoaders.babel,
9898
{

0 commit comments

Comments
 (0)