diff --git a/config/site.config.js b/config/site.config.js index b9a0f5ed..3ac82c9d 100644 --- a/config/site.config.js +++ b/config/site.config.js @@ -17,7 +17,7 @@ module.exports = { title: "Djdog's OneDrive", // The folder that you are to share publicly with onedrive-cf-index-ng. Use '/' if you want to share your root folder. - baseDirectory: process.env.BASE_DIRECTORY || '/', + baseDirectory: process.env.BASE_DIRECTORY || '/Public', // [OPTIONAL] This represents the maximum number of items that one directory lists, pagination supported. // Do note that this is limited up to 200 items by the upstream OneDrive API.