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

This commit is contained in:
Hariom Balhara 2022-09-18 10:33:34 +05:30 committed by GitHub
parent 8c0e2b5129
commit abdb196f56
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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;