Explorar el Código

fix cross origin worning

Sviluppo_Carrello_Immagini
Lorenzo Pollutri hace 2 horas
padre
commit
ab143871b1
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      next.config.ts

+ 1
- 1
next.config.ts Ver fichero

@@ -1,7 +1,7 @@
import type { NextConfig } from "next";

const nextConfig: NextConfig = {
/* config options here */
allowedDevOrigins: ['10.210.1.225'],
};

export default nextConfig;

Cargando…
Cancelar
Guardar