Fix typeform how-to-use page (#4567)
parent
8c0e2b5129
commit
abdb196f56
|
@ -24,7 +24,7 @@ const V2_WHITELIST = [
|
||||||
|
|
||||||
// For pages
|
// For pages
|
||||||
// - which has V1 versions being modified as V2
|
// - 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 middleware: NextMiddleware = async (req) => {
|
||||||
const url = req.nextUrl;
|
const url = req.nextUrl;
|
||||||
|
|
Loading…
Reference in New Issue