Skip to content

Commit

Permalink
new release of nextra
Browse files Browse the repository at this point in the history
  • Loading branch information
szabinakov committed Feb 8, 2024
1 parent f877a5a commit a704c4f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/nextra/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@charisma-ai/nextra",
"version": "2.13.6",
"version": "2.13.7",
"description": "Next.js and MDX based site generator.",
"repository": "https://github.com/charisma-ai/charisma-nextra",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/nextra/src/compile.ts
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ export async function compileMdx(
format,
outputFormat,
providerImportSource: isFileOutsideCWD
? require.resolve('@charisma-ai/nextra').replace(/index\.js$/, 'mdx.js') // fixes Package subpath './mdx' is not defined by "exports"
? require.resolve('nextra').replace(/index\.js$/, 'mdx.js') // fixes Package subpath './mdx' is not defined by "exports"
: '@charisma-ai/nextra/mdx',
remarkPlugins: [
...(remarkPlugins || []),
Expand Down

0 comments on commit a704c4f

Please sign in to comment.