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