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