Next.js change
This commit is contained in:
@ -1,5 +1,6 @@
|
||||
/** @type {import('next').NextConfig} */
|
||||
const nextConfig = {
|
||||
output: 'standalone',
|
||||
/* config options here */
|
||||
allowedDevOrigins: ['192.168.1.122', 'invent.salesfam.cloud'],
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user