mirror of
https://github.com/Nezumi-2711/onedrive-vercel-index.git
synced 2026-09-22 13:38:45 +00:00
fix: use /Public as default folder
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user