Proxy API through Next.js route handlers — eliminates CORS

This commit is contained in:
Hermes
2026-04-09 20:54:13 -05:00
parent 517583d1c4
commit 1bce2a29cc
6 changed files with 81 additions and 3 deletions
-1
View File
@@ -1,7 +1,6 @@
import type { NextConfig } from "next";
const nextConfig: NextConfig = {
output: "standalone",
reactStrictMode: true,
};