We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Version:
"next": "^15.1.2", "nextra": "3.3.0", "nextra-theme-docs": "3.3.0",
my code:
import Image from 'next/image'; ![Comflowy](/introduction/comflowy-hero.png) <Image src={"/introduction/comflowy-hero.png"} alt="Comflowy" width={100} height={100} />
result ( the markdown version image is ok):
error from terminal:
GET /zh/introduction/comflowy-hero.png 404 in 209ms
The text was updated successfully, but these errors were encountered:
Try adding /public at the beginning to see if it works.
/public
Sorry, something went wrong.
No branches or pull requests
Version:
my code:
result ( the markdown version image is ok):
error from terminal:
The text was updated successfully, but these errors were encountered: