mirror of
https://github.com/marcogll/TaxHacker_s23.git
synced 2026-01-13 13:25:18 +00:00
hotfix: disable nextjs image optim feature
This commit is contained in:
@@ -3,7 +3,10 @@ import type { NextConfig } from "next"
|
|||||||
|
|
||||||
const nextConfig: NextConfig = {
|
const nextConfig: NextConfig = {
|
||||||
eslint: {
|
eslint: {
|
||||||
ignoreDuringBuilds: true, // TODO: fixme
|
ignoreDuringBuilds: true, // TODO: make me linting again
|
||||||
|
},
|
||||||
|
images: {
|
||||||
|
unoptimized: true, // FIXME: bug on prod, images always empty, investigate later
|
||||||
},
|
},
|
||||||
experimental: {
|
experimental: {
|
||||||
serverActions: {
|
serverActions: {
|
||||||
|
|||||||
Reference in New Issue
Block a user