문제 상황Next.js의 Image 컴포넌트를 사용하여 프로필 이미지를 불러오도록 작성했는데,아래와 같은 에러가 발생했다.Error: Image Optimization using the default loader is not compatible with `{ output: 'export' }`. Possible solutions: - 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 Optimi..