Initial commit - Route Commerce platform
This commit is contained in:
@@ -0,0 +1,28 @@
|
||||
import type { NextConfig } from "next";
|
||||
|
||||
const nextConfig: NextConfig = {
|
||||
httpAgentOptions: {
|
||||
keepAlive: false,
|
||||
},
|
||||
images: {
|
||||
remotePatterns: [
|
||||
{ hostname: "wnzkhezyhnfzhkhiflrp.supabase.co" },
|
||||
{ hostname: "images.unsplash.com" },
|
||||
{ hostname: "cdn.shopify.com" },
|
||||
],
|
||||
},
|
||||
devIndicators: {
|
||||
position: "bottom-left",
|
||||
},
|
||||
experimental: {
|
||||
serverActions: {
|
||||
bodySizeLimit: '10mb',
|
||||
},
|
||||
},
|
||||
serverExternalPackages: ['@prisma/adapter-pg'],
|
||||
|
||||
// Netlify deployment settings
|
||||
output: 'standalone',
|
||||
};
|
||||
|
||||
export default nextConfig;
|
||||
Reference in New Issue
Block a user