fix: Corrected link to gitea instance
All checks were successful
Deploy Blog to Folder / deploy (push) Successful in 3s
All checks were successful
Deploy Blog to Folder / deploy (push) Successful in 3s
This commit is contained in:
@ -9,8 +9,8 @@ export default {
|
||||
author: {
|
||||
name: "Cyper",
|
||||
socials: [
|
||||
{ name: "Twitter", url: "https://twitter.com/Cyperita", icon: "logo-twitter" },
|
||||
{ name: "YouTube", url: "https://www.youtube.com/@Cyperita", icon: "logo-youtube" },
|
||||
{ name: "Twitter", url: "https://twitter.com/cyperita", icon: "logo-twitter" },
|
||||
{ name: "YouTube", url: "https://www.youtube.com/@cyperita", icon: "logo-youtube" },
|
||||
{ name: "TikTok", url: "https://www.tiktok.com/@cyperita", icon: "logo-tiktok" },
|
||||
{ name: "Instagram", url: "https://www.instagram.com/cyperita/", icon: "logo-instagram" },
|
||||
{ name: "RSS", url: "https://cy.cyper.cc/rss.xml", icon: "logo-rss" },
|
||||
@ -18,7 +18,7 @@ export default {
|
||||
|
||||
sites: [
|
||||
{ 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?
|
||||
|
||||
Reference in New Issue
Block a user