Next.js change

This commit is contained in:
2026-05-02 13:16:39 -04:00
parent 48623fc3d3
commit d8b78ec385

View File

@ -1,5 +1,6 @@
/** @type {import('next').NextConfig} */
const nextConfig = {
output: 'standalone',
/* config options here */
allowedDevOrigins: ['192.168.1.122', 'invent.salesfam.cloud'],
};