fix: migrate proxy handler logic from pages/api/proxy.ts to app/api/proxy/route.ts and remove old file

This commit is contained in:
MythEclipse
2026-05-07 21:22:30 +07:00
parent 52845da832
commit 083d77e252
2 changed files with 8 additions and 5 deletions
-1
View File
@@ -1,7 +1,6 @@
import type { NextConfig } from 'next';
const nextConfig: NextConfig = {
trailingSlash: false,
};
export default nextConfig;