10 lines
131 B
JavaScript
10 lines
131 B
JavaScript
const nextConfig = {
|
|
output: 'export',
|
|
distDir: 'dist',
|
|
images: {
|
|
unoptimized: true
|
|
}
|
|
};
|
|
|
|
module.exports = nextConfig;
|