initial commit
This commit is contained in:
parent
8a67761c9a
commit
5f0158590e
4 changed files with 101 additions and 3 deletions
|
|
@ -1,12 +1,11 @@
|
|||
/** @type {import('next').NextConfig} */
|
||||
const nextConfig = {
|
||||
// Remove output: 'export' to allow dynamic API routes
|
||||
distDir: 'dist',
|
||||
eslint: {
|
||||
ignoreDuringBuilds: true,
|
||||
},
|
||||
images: { unoptimized: true }
|
||||
// Removed experimental.appDir as it's now enabled by default
|
||||
images: { unoptimized: true },
|
||||
output: 'standalone',
|
||||
};
|
||||
|
||||
module.exports = nextConfig;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue