From 589de67ac35f14ea061d0f7eb40afbfa4bfdf3d6 Mon Sep 17 00:00:00 2001 From: Nezumi Date: Fri, 23 Jun 2023 11:48:15 +0700 Subject: [PATCH] Update folder name protected --- config/site.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/site.config.js b/config/site.config.js index 4a81a26..5c4b0f1 100644 --- a/config/site.config.js +++ b/config/site.config.js @@ -42,7 +42,7 @@ module.exports = { // [OPTIONAL] This is where you specify the folders that are password protected. It is an array of paths pointing to all // the directories in which you have .password set. Check the documentation for details. - protectedRoutes: ['Protected Folder'], + protectedRoutes: ['/Protected Folder'], // [OPTIONAL] Use "" here if you want to remove this email address from the nav bar. email: 'mailto:phanhuuloi15@gmail.com',