Added better emergency functions
This commit is contained in:
@@ -21,6 +21,10 @@ const withSerwist = withSerwistInit({
|
||||
|
||||
const nextConfig: NextConfig = {
|
||||
output: "standalone",
|
||||
allowedDevOrigins: [
|
||||
'10.10.0.121',
|
||||
'localhost',
|
||||
],
|
||||
};
|
||||
|
||||
export default withSerwist(nextConfig);
|
||||
Reference in New Issue
Block a user