From 9498c94c5e6c091baf20fd8aaa1e478154731058 Mon Sep 17 00:00:00 2001 From: Loi Phan <123229563+Nez27@users.noreply.github.com> Date: Fri, 23 Jun 2023 11:11:59 +0700 Subject: [PATCH] Update site.config.js --- config/site.config.js | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/config/site.config.js b/config/site.config.js index 82d4649..4a81a26 100644 --- a/config/site.config.js +++ b/config/site.config.js @@ -17,7 +17,7 @@ module.exports = { kvPrefix: process.env.KV_PREFIX || '', // The name of your website. Present alongside your icon. - title: "Spencer's OneDrive", + title: "Nezumi'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', @@ -29,36 +29,36 @@ module.exports = { // [OPTIONAL] We use Google Fonts natively for font customisations. // You can check and generate the required links and names at https://fonts.google.com. // googleFontSans - the sans serif font used in onedrive-vercel-index. - googleFontSans: 'Inter', + googleFontSans: 'Cabin Condensed', // googleFontMono - the monospace font used in onedrive-vercel-index. googleFontMono: 'Fira Mono', // googleFontLinks - an array of links for referencing the google font assets. - googleFontLinks: ['https://fonts.googleapis.com/css2?family=Fira+Mono&family=Inter:wght@400;500;700&display=swap'], + googleFontLinks: ['https://fonts.googleapis.com/css2?family=Fira+Mono&family=Cabin+Condensed:wght@400;500;700&display=swap'], // [OPTIONAL] The footer component of your website. You can write HTML here, but you need to escape double // quotes - changing " to \". You can write anything here, and if you like badges, generate some with https://shields.io footer: - 'Powered by onedrive-vercel-index. Made with ❤ by SpencerWoo.', + 'Powered by Nezumi. Made with ❤ by SpencerWoo.', // [OPTIONAL] This is where you specify the folders that are password protected. It is an array of paths pointing to all // the directories in which you have .password set. Check the documentation for details. - protectedRoutes: ['/🌞 Private folder/u-need-a-password', '/🥟 Some test files/Protected route'], + protectedRoutes: ['Protected Folder'], // [OPTIONAL] Use "" here if you want to remove this email address from the nav bar. - email: 'mailto:spencer.wushangbo@gmail.com', + email: 'mailto:phanhuuloi15@gmail.com', // [OPTIONAL] This is an array of names and links for setting your social information and links. // In the latest update, all brand icons inside font awesome is supported and the icon to render is based on the name // you provide. See the documentation for details. links: [ { - name: 'GitHub', - link: 'https://github.com/spencerwooo/onedrive-vercel-index', + name: 'Facebook', + link: 'https://www.facebook.com/nezumi27/', }, ], // This is a day.js-style datetime format string to format datetimes in the app. Ref to // https://day.js.org/docs/en/display/format for detailed specification. The default value is ISO 8601 full datetime // without timezone and replacing T with space. - datetimeFormat: 'YYYY-MM-DD HH:mm:ss', + datetimeFormat: 'HH:mm:ss DD-MM-YYYY', }