We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 657ffdb commit f4a32fcCopy full SHA for f4a32fc
README.md
@@ -506,7 +506,7 @@ multiple bundles don't overwrite each others assets._
506
const {code} = await bundleMDX({
507
file: '/path/to/site/content/file.mdx',
508
cwd: '/path/to/site/content',
509
- bundleDirectory: '/path/to/site/public/file,
+ bundleDirectory: '/path/to/site/public/file',
510
bundlePath: '/file/',
511
mdxOptions: options => {
512
options.remarkPlugins = [remarkMdxImages]
0 commit comments