From 7068263c13e52f6aa2ddd329a778b06e0a90cdd8 Mon Sep 17 00:00:00 2001 From: Sam Carlton Date: Sat, 18 Sep 2021 15:04:26 -0500 Subject: [PATCH] Look in ___vc --- api/listings/listing.js | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/api/listings/listing.js b/api/listings/listing.js index c1de588..ed58f2f 100644 --- a/api/listings/listing.js +++ b/api/listings/listing.js @@ -24,10 +24,11 @@ class Listing { const directoriestoCheck = [ './', - './.next', - './.next/server', - './.next/server/chunks', - './.next/server/chunks/static' + './___vc', + // './.next', + // './.next/server', + // './.next/server/chunks', + // './.next/server/chunks/static' ] const directoriesLookedIn = {}