mirror of
https://github.com/Nezumi-2711/onedrive-vercel-index.git
synced 2026-09-22 13:38:45 +00:00
change to e5 subscription account
This commit is contained in:
@@ -7,7 +7,7 @@ module.exports = {
|
|||||||
// Make sure this is exactly the same as the email address you use to sign into your Microsoft account.
|
// Make sure this is exactly the same as the email address you use to sign into your Microsoft account.
|
||||||
// You can also put this in your Vercel's environment variable 'NEXT_PUBLIC_USER_PRINCIPLE_NAME' if you worry about
|
// You can also put this in your Vercel's environment variable 'NEXT_PUBLIC_USER_PRINCIPLE_NAME' if you worry about
|
||||||
// your email being exposed in public.
|
// your email being exposed in public.
|
||||||
userPrincipalName: process.env.NEXT_PUBLIC_USER_PRINCIPLE_NAME || "spencer.woo@outlook.com",
|
userPrincipalName: process.env.NEXT_PUBLIC_USER_PRINCIPLE_NAME || "spencer@spwoo.onmicrosoft.com",
|
||||||
|
|
||||||
// [OPTIONAL] This is the website icon to the left of the title inside the navigation bar. It should be placed under the
|
// [OPTIONAL] This is the website icon to the left of the title inside the navigation bar. It should be placed under the
|
||||||
// /public directory of your GitHub project (not your OneDrive folder!), and referenced here by its relative path to /public.
|
// /public directory of your GitHub project (not your OneDrive folder!), and referenced here by its relative path to /public.
|
||||||
@@ -17,7 +17,7 @@ module.exports = {
|
|||||||
title: "Spencer's OneDrive",
|
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.
|
// The folder that you are to share publicly with onedrive-vercel-index. Use '/' if you want to share your root folder.
|
||||||
baseDirectory: "/Public",
|
baseDirectory: "/",
|
||||||
|
|
||||||
// [OPTIONAL] This represents the maximum number of items that one directory lists, pagination supported.
|
// [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.
|
// Do note that this is limited up to 200 items by the upstream OneDrive API.
|
||||||
|
|||||||
Reference in New Issue
Block a user