travel_ui_ux icon indicating copy to clipboard operation
travel_ui_ux copied to clipboard

getting thi error

Open pratham5368 opened this issue 1 year ago • 2 comments

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 avatar Jan 28 '24 00:01 pratham5368

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

Neo-dash avatar Feb 16 '24 21:02 Neo-dash

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

andrewpsp avatar Apr 23 '24 23:04 andrewpsp