fix: Corrected link to gitea instance
All checks were successful
Deploy Blog to Folder / deploy (push) Successful in 3s

This commit is contained in:
2025-07-27 22:05:55 -04:00
parent 4cffc3ff0d
commit 84bfe623e3

View File

@ -9,8 +9,8 @@ export default {
author: { author: {
name: "Cyper", name: "Cyper",
socials: [ socials: [
{ name: "Twitter", url: "https://twitter.com/Cyperita", icon: "logo-twitter" }, { name: "Twitter", url: "https://twitter.com/cyperita", icon: "logo-twitter" },
{ name: "YouTube", url: "https://www.youtube.com/@Cyperita", icon: "logo-youtube" }, { name: "YouTube", url: "https://www.youtube.com/@cyperita", icon: "logo-youtube" },
{ name: "TikTok", url: "https://www.tiktok.com/@cyperita", icon: "logo-tiktok" }, { name: "TikTok", url: "https://www.tiktok.com/@cyperita", icon: "logo-tiktok" },
{ name: "Instagram", url: "https://www.instagram.com/cyperita/", icon: "logo-instagram" }, { name: "Instagram", url: "https://www.instagram.com/cyperita/", icon: "logo-instagram" },
{ name: "RSS", url: "https://cy.cyper.cc/rss.xml", icon: "logo-rss" }, { name: "RSS", url: "https://cy.cyper.cc/rss.xml", icon: "logo-rss" },
@ -18,7 +18,7 @@ export default {
sites: [ sites: [
{ name: "Main Site", url: "https://cy.cyper.cc", icon: "home-sharp" }, { name: "Main Site", url: "https://cy.cyper.cc", icon: "home-sharp" },
{ name: "Gitea", url: "https://gitea.cyper.cc", icon: "code-slash-sharp" }, { name: "Gitea", url: "https://git.cyper.cc", icon: "code-slash-sharp" },
], ],
// TODO: email / newsletter sign up? // TODO: email / newsletter sign up?