fixed next.config.mjs
This commit is contained in:
parent
41132eee61
commit
6c4ea59e12
@ -4,12 +4,15 @@
|
|||||||
*/
|
*/
|
||||||
import "./src/env.js";
|
import "./src/env.js";
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
/** @type {import("next").NextConfig} */
|
||||||
const nextConfig = {
|
const nextConfig = {
|
||||||
reactStrictMode: true,
|
reactStrictMode: true,
|
||||||
eslint: {
|
eslint: {
|
||||||
ignoreDuringBuilds: true,
|
ignoreDuringBuilds: true,
|
||||||
output: "standalone",
|
|
||||||
},
|
},
|
||||||
|
output: "standalone",
|
||||||
allowedDevOrigins: [
|
allowedDevOrigins: [
|
||||||
"http://localhost:3000",
|
"http://localhost:3000",
|
||||||
"http://10.0.0.1:3000",
|
"http://10.0.0.1:3000",
|
||||||
@ -29,4 +32,6 @@ const nextConfig = {
|
|||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
export default nextConfig;
|
export default nextConfig;
|
||||||
Loading…
x
Reference in New Issue
Block a user