From 2513588e160fc959e0aafc8c9748b892d5466170 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bal=C3=A1zs=20Varga?= Date: Sun, 8 Dec 2024 21:44:59 +0100 Subject: [PATCH] x --- generate-firebase-json.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/generate-firebase-json.js b/generate-firebase-json.js index 45a5254..a34db49 100644 --- a/generate-firebase-json.js +++ b/generate-firebase-json.js @@ -40,7 +40,7 @@ const generateFirebaseJson = ( ) => { const sourceGlob = htmlPluginData.outputName .replace(/\.html/, '') - .replace(/index/, '@(/|index)') + .replace(/index/, '/') // .replace(/404\.html/, '**/*') // .replace(/index\.html/, '\/?(index.html)?') // .replace(/\.html/, '(\\.html)?')