add people n heor
This commit is contained in:
@@ -1,4 +1,13 @@
|
||||
/** @type {import('next').NextConfig} */
|
||||
const nextConfig = {}
|
||||
const nextConfig = {
|
||||
output: 'export',
|
||||
trailingSlash: true,
|
||||
images: {
|
||||
unoptimized: true,
|
||||
},
|
||||
// Note: API routes in src/app/api/ will not work with static export
|
||||
// The contact form API route will need to be handled separately
|
||||
// Consider using a serverless function or external service for form handling
|
||||
};
|
||||
|
||||
module.exports = nextConfig
|
||||
module.exports = nextConfig;
|
||||
|
Reference in New Issue
Block a user