소스 검색

add gapier proxy

lloydzhou 1 년 전
부모
커밋
2214689920
1개의 변경된 파일4개의 추가작업 그리고 0개의 파일을 삭제
  1. 4 0
      next.config.mjs

+ 4 - 0
next.config.mjs

@@ -86,6 +86,10 @@ if (mode !== "export") {
         source: "/api/proxy/anthropic/:path*",
         destination: "https://api.anthropic.com/:path*",
       },
+      {
+        source: "/api/proxy/gapier/:path*",
+        destination: "https://a.gapier.com/:path*",
+      },
       {
         source: "/google-fonts/:path*",
         destination: "https://fonts.googleapis.com/:path*",