소스 검색

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;

불러오는 중...
취소
저장