first commit
This commit is contained in:
@@ -2,7 +2,14 @@ import type { NextConfig } from "next";
|
|||||||
|
|
||||||
const nextConfig: NextConfig = {
|
const nextConfig: NextConfig = {
|
||||||
/* config options here */
|
/* config options here */
|
||||||
allowedDevOrigins: ['10.8.0.2', '*.local'],
|
allowedDevOrigins: [
|
||||||
|
"10.8.0.2",
|
||||||
|
"*.local",
|
||||||
|
"dashboard.cercle-gpt.com",
|
||||||
|
"*.cercle-gpt.com",
|
||||||
|
"localhost:3000",
|
||||||
|
"127.0.0.1:3000",
|
||||||
|
],
|
||||||
};
|
};
|
||||||
|
|
||||||
export default nextConfig;
|
export default nextConfig;
|
||||||
|
|||||||
Reference in New Issue
Block a user