adrianhajdin / travel_ui_ux

Build and Deploy a Fully Responsive Modern UI/UX Website, React.js, Next.js 13, Tailwind CSS
https://camptraveler.com
754 stars 183 forks source link

getting thi error #5

Open pratham5368 opened 8 months ago

pratham5368 commented 8 months ago

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

Neo-dash commented 7 months ago

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 commented 5 months ago

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