From 7793d333cf714235d25e95a4c96fda9905055f17 Mon Sep 17 00:00:00 2001 From: spencerwooo Date: Thu, 26 Jan 2023 15:22:37 +0800 Subject: [PATCH] fix: use /Public as default folder --- config/site.config.js | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/config/site.config.js b/config/site.config.js index e95eae1..82d4649 100644 --- a/config/site.config.js +++ b/config/site.config.js @@ -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