Initial commit
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
import type { NextConfig } from "next";
|
||||
|
||||
const nextConfig: NextConfig = {
|
||||
serverExternalPackages: ["better-sqlite3", "sharp"],
|
||||
allowedDevOrigins: ["100.67.247.84", "localhost", "127.0.0.1"],
|
||||
experimental: {
|
||||
serverActions: { bodySizeLimit: "50mb" },
|
||||
},
|
||||
};
|
||||
|
||||
export default nextConfig;
|
||||
Reference in New Issue
Block a user