fix: use /Public as default folder

This commit is contained in:
spencerwooo
2023-01-26 15:22:37 +08:00
parent 22646b6a70
commit 7793d333cf
+1 -5
View File
@@ -20,7 +20,7 @@ module.exports = {
title: "Spencer's OneDrive",
// The folder that you are to share publicly with onedrive-vercel-index. Use '/' if you want to share your root folder.
baseDirectory: '/',
baseDirectory: '/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.
@@ -55,10 +55,6 @@ module.exports = {
name: 'GitHub',
link: 'https://github.com/spencerwooo/onedrive-vercel-index',
},
{
name: 'Telegram',
link: 'https://t.me/realSpencerWoo',
},
],
// This is a day.js-style datetime format string to format datetimes in the app. Ref to