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
In dev mode contributor images are not rendered as expected on landing page:
pnpm dev
http://localhost:3000/
nuxt.config.ts is missing config $development.image.ipx.baseURL.
nuxt.config.ts
$development.image.ipx.baseURL
The text was updated successfully, but these errors were encountered:
fix: add nuxt config $development.image.ipx.baseURL
788b378
- nuxt.config.ts: - add $development.image.ipx.baseURL same as for $production closes nuxt#1785
No branches or pull requests
Issue
In dev mode contributor images are not rendered as expected on landing page:
Repro
pnpm dev
http://localhost:3000/
and scroll down to Built by developers...Root cause
nuxt.config.ts
is missing config$development.image.ipx.baseURL
.The text was updated successfully, but these errors were encountered: