Updated url

This commit is contained in:
Victor Barberan 2025-04-15 01:07:53 +02:00
parent 7ae4644893
commit 5ffd1ab2be

View file

@ -15,7 +15,7 @@ const config = {
favicon: 'img/favicon.ico', favicon: 'img/favicon.ico',
// Set the production url of your site here // Set the production url of your site here
url: 'https://piqpoc.vicoco.nohost.me', url: 'https://piqpoc.tamarindo.top',
// Set the /<baseUrl>/ pathname under which your site is served // Set the /<baseUrl>/ pathname under which your site is served
// For GitHub pages deployment, it is often '/<projectName>/' // For GitHub pages deployment, it is often '/<projectName>/'
baseUrl: '/', baseUrl: '/',
@ -86,7 +86,7 @@ const config = {
}, },
{to: '/blog', label: 'Blog', position: 'left'}, {to: '/blog', label: 'Blog', position: 'left'},
{ {
href: 'https://git.vicoco.nohost.me/piqpoc', href: 'https://git.tamarindo.top/vico/piqpoc',
label: 'Git', label: 'Git',
position: 'right', position: 'right',
}, },
@ -109,7 +109,7 @@ const config = {
items: [ items: [
{ {
label: 'Forum', label: 'Forum',
href: 'https://forum.vicoco.nohost.me', href: 'https://forum.tamarindo.top',
}, },
], ],
}, },