diff --git a/config/site.config.js b/config/site.config.js index 5f05646..5bc48e3 100644 --- a/config/site.config.js +++ b/config/site.config.js @@ -17,27 +17,27 @@ module.exports = { kvPrefix: process.env.KV_PREFIX || '', // The name of your website. Present alongside your icon. - title: "LabHub", + title: "Soap", // Used for the title of the website, and the title of the page when you share the link. - siteTitle: "LabHub", + siteTitle: "Soap", // Used for the description of the website, and the description of the page when you share the link. siteDescription: "A repository of network emulator images for testing and simulation.", // Used for the image of the website, and the image of the page when you share the link. - siteImage: "/icons/512.png", + siteImage: "/icons/128.png", // Used for the URL of the website, and the URL of the page when you share the link. - siteUrl: "https://labhub.eu.org", + siteUrl: "https://testkappa.itssoap.ninja", // Used for the language of the website, and the language of the page when you share the link. siteLocale: "en_US", // Used for the author of the website, and the author of the page when you share the link. - siteAuthor: "LabHub", + siteAuthor: "Soap", // Used for the keywords of the website, and the keywords of the page when you share the link. - keywords: "LabHub", + keywords: "Soap", // Used for the type of the website, and the site type of the page when you share the link. siteType: "website", // The folder that you are to share publicly with onedrive-vercel-index. Use '/' if you want to share your root folder. - baseDirectory: '/public/', + baseDirectory: '/', // Allow downloading folders allowFolderDownload: false, @@ -58,7 +58,7 @@ module.exports = { // [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: - `LabHub © 2021 - ${new Date().getFullYear()}`, + ``, // [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. @@ -66,39 +66,23 @@ module.exports = { protectedRoutes: ['/UNRELEASED-EXPERIMENTAL', '/🥟 Some test files/Protected route'], // [OPTIONAL] Use "" here if you want to remove this email address from the nav bar. - email: 'mailto:contact@labhub.eu.org', + email: '', // [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/ishare2-org', - }, - { - name: 'Telegram', - link: 'https://t.me/NetLabHub', - }, ], // [OPTIONAL] This is an array of names and links for setting your donation information and links. // Currently, we support PayPal, Buy Me A Coffee, and Ko-fi. You can add more by providing the icon name and link in TopBanner.tsx donationSettings: { - show: true, + show: false, // Set the message to show in the donation banner in the file components/TopBanner.tsx, add translations if needed in the locale files /public/locales donationLinks: [ { - name: 'PayPal', - link: 'https://paypal.me/sudoalex', - }, - { - name: 'buymeacoffee', - link: 'https://www.buymeacoffee.com/sudoalex', - }, - { - name: 'ko-fi', - link: 'https://ko-fi.com/sudoalex', + name: 'hhhh', + link: 'https://hhhhh', } ], },