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:
@@ -1,7 +1,6 @@
|
||||
import type { NextConfig } from 'next';
|
||||
|
||||
const nextConfig: NextConfig = {
|
||||
trailingSlash: false,
|
||||
};
|
||||
|
||||
export default nextConfig;
|
||||
|
||||
Reference in New Issue
Block a user