Spaces:
Sleeping
Sleeping
fix: delete middleware.ts — Next.js 16 uses proxy.ts instead (can't have both)
Browse files- web/middleware.ts +0 -4
web/middleware.ts
DELETED
|
@@ -1,4 +0,0 @@
|
|
| 1 |
-
import { proxy, config as proxyConfig } from "./proxy";
|
| 2 |
-
|
| 3 |
-
export const middleware = proxy;
|
| 4 |
-
export const config = proxyConfig;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|