Replies: 1 comment
-
|
Fixed by removing below configuration. turbopack: {
resolveAlias: {
// Path to your `mdx-components` file with extension
'next-mdx-import-source-file': './mdx-components.tsx'
}
} |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
My project setup
How I set it up
npx create-next-app docs

I followed this link to setup the project but I failed always. -- https://nextra.site/docs/docs-theme/start
Project structure:
I also verified the setup with nextra examples. I see only difference is I used typescript.
Error
Any help would be appreciated!
Beta Was this translation helpful? Give feedback.
All reactions