Explorar o código

add gapier proxy

lloydzhou hai 1 ano
pai
achega
2214689920
Modificáronse 1 ficheiros con 4 adicións e 0 borrados
  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*",