Procházet zdrojové kódy

fix cross origin worning

Sviluppo_Carrello_Immagini
Lorenzo Pollutri před 2 hodinami
rodič
revize
ab143871b1
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. +1
    -1
      next.config.ts

+ 1
- 1
next.config.ts Zobrazit soubor

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

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

export default nextConfig;

Načítá se…
Zrušit
Uložit