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

getting thi error #5

Open
pratham5368 opened this issue Jan 28, 2024 · 2 comments
Open

getting thi error #5

pratham5368 opened this issue Jan 28, 2024 · 2 comments

Comments

@pratham5368
Copy link

Remove { output: 'export' } and run "next start" to run server mode including the Image Optimization API. - Configure { images: { unoptimized: true } } in next.config.js to disable the Image Optimization API.
Help Spread DuckDuckGo!
All
Images
Videos
News
Maps
Settings

@pratham5368 pratham5368 changed the title getting thi serror getting thi error Jan 28, 2024
@Neo-dash
Copy link

The Error is fixed @pratham5368 thank you.
The code in next.config.js should look like:

/** @type {import('next').NextConfig} */

const nextConfig = {
  output: 'export',
  images: { unoptimized: true }
}

module.exports = nextConfig

@andrewpsp
Copy link

This issue should be marked as resolved, also this seems to be a known runtime issue with this project.

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

3 participants