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 b29231e commit 1e70062Copy full SHA for 1e70062
src/mdx.ts
@@ -646,7 +646,7 @@ export async function getFileBySlug(slug: string): Promise<SlugFile> {
646
'.svg': 'dataurl',
647
};
648
// Set the `outdir` to a public location for this bundle.
649
- // this where this images will be copied
+ // this is where these images will be copied
650
options.outdir = assetsCacheDir || outdir;
651
652
// Set write to true so that esbuild will output the files.
0 commit comments