Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feedback for “Next.js Image” #3148

Open
ChristopherHButler opened this issue Aug 28, 2024 · 1 comment
Open

Feedback for “Next.js Image” #3148

ChristopherHButler opened this issue Aug 28, 2024 · 1 comment

Comments

@ChristopherHButler
Copy link

In your docs guide, Under static image, it would be good to link to the Nextra config.

I am having issues getting videos and images to display so I am trying to reference the docs. I have an image placed in my next.js project public folder but it will not display. I tried adding the staticImage value to my theme.config.jsx file but I get the following error:

// theme.config.jsx
export default {
  staticImage: true
}
Unrecognized key(s) in object: 'staticImage'

My project uses the app router for the website content and the pages router for nextra content. I am unable to load any images or videos in the nextra part of my project. in my package.js, I am using version: "nextra": "^2.13.3",

@edager
Copy link

edager commented Sep 2, 2024

I'm having the same issue and I think #2100 might be the same issue

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants