initial commit
This commit is contained in:
commit
8a67761c9a
83 changed files with 15510 additions and 0 deletions
12
next.config.js
Normal file
12
next.config.js
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
/** @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
|
||||
};
|
||||
|
||||
module.exports = nextConfig;
|
||||
Loading…
Add table
Add a link
Reference in a new issue