diff --git a/apps/web/middleware.ts b/apps/web/middleware.ts index 7154ee4a03..a375716d40 100644 --- a/apps/web/middleware.ts +++ b/apps/web/middleware.ts @@ -24,7 +24,7 @@ const V2_WHITELIST = [ // For pages // - which has V1 versions being modified as V2 -const V2_BLACKLIST = ["/apps/routing_forms/"]; +const V2_BLACKLIST = ["/apps/routing_forms/", "/apps/typeform/"]; const middleware: NextMiddleware = async (req) => { const url = req.nextUrl;