From c5ee259a0a571e5a232b4bab85762d3b46384b31 Mon Sep 17 00:00:00 2001 From: Spencer Woo Date: Tue, 1 Feb 2022 21:29:09 +0800 Subject: [PATCH] change to e5 subscription account --- config/site.config.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/site.config.js b/config/site.config.js index a0db665..8c20ad2 100644 --- a/config/site.config.js +++ b/config/site.config.js @@ -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. // 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. - 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 // /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", // 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. // Do note that this is limited up to 200 items by the upstream OneDrive API.