Fix typeform how-to-use page (#4567)

This commit is contained in:
Hariom Balhara
2022-09-18 05:03:34 +00:00
committed by GitHub
parent 8c0e2b5129
commit abdb196f56
+1 -1
View File
@@ -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;