Update next.config

This commit is contained in:
2025-10-06 20:24:36 +02:00
parent ed608ba281
commit 7446b2fa3d

View File

@@ -1,28 +1,11 @@
import type { NextConfig } from "next";
const nextConfig: NextConfig = {
output: "standalone",
experimental: {
serverActions: {
bodySizeLimit: "10gb",
},
},
images: {
remotePatterns: [
{
protocol: "https",
hostname: "upload.wikimedia.org",
port: "",
pathname: "/wikipedia/commons/**",
},
{
protocol: "https",
hostname: "static.vecteezy.com",
port: "",
pathname: "/**",
},
],
},
};
export default nextConfig;