fix: update config
This commit is contained in:
parent
a397de80e9
commit
a7dc96d1a5
|
|
@ -1,7 +1,7 @@
|
|||
import type { NextConfig } from 'next';
|
||||
|
||||
const nextConfig: NextConfig = {
|
||||
output: 'export',
|
||||
output: 'standalone',
|
||||
images: {
|
||||
unoptimized: true,
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in New Issue