added simpsons domain

This commit is contained in:
2026-05-02 22:18:18 -04:00
parent 1f76550bfe
commit 7dc9d92b77

View File

@ -2,7 +2,7 @@
const nextConfig = { const nextConfig = {
output: 'standalone', output: 'standalone',
/* config options here */ /* config options here */
allowedDevOrigins: ['192.168.1.122', 'invent.salesfam.cloud'], allowedDevOrigins: ['192.168.1.122', 'invent.salesfam.cloud', 'invent.simpsonsfence.com'],
}; };
export default nextConfig; export default nextConfig;