From 98ac3dbd10d3d60aca636b27a38868aee20205db Mon Sep 17 00:00:00 2001 From: Marc Mintel Date: Thu, 26 Feb 2026 14:12:01 +0100 Subject: [PATCH] fix(routing): restore middleware.ts to fix catastrophic next-intl 404s on staging and testing --- proxy.ts => middleware.ts | 0 next-env.d.ts | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename proxy.ts => middleware.ts (100%) diff --git a/proxy.ts b/middleware.ts similarity index 100% rename from proxy.ts rename to middleware.ts diff --git a/next-env.d.ts b/next-env.d.ts index c4b7818f..9edff1c7 100644 --- a/next-env.d.ts +++ b/next-env.d.ts @@ -1,6 +1,6 @@ /// /// -import "./.next/dev/types/routes.d.ts"; +import "./.next/types/routes.d.ts"; // NOTE: This file should not be edited // see https://nextjs.org/docs/app/api-reference/config/typescript for more information.