ソースを参照

fix cross origin worning

Sviluppo_Carrello_Immagini
Lorenzo Pollutri 2時間前
コミット
ab143871b1
1個のファイルの変更1行の追加1行の削除
  1. +1
    -1
      next.config.ts

+ 1
- 1
next.config.ts ファイルの表示

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

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

export default nextConfig;

読み込み中…
キャンセル
保存