fix: Corrected URLs and file names
All checks were successful
Deploy Blog to Folder / deploy (push) Successful in 4s

This commit is contained in:
2025-08-07 00:54:54 -04:00
parent 5cbd1e76f9
commit b0643c3f3a
2 changed files with 3 additions and 3 deletions

View File

@ -5,7 +5,7 @@ const formattedDate = date.toLocaleDateString('en-GB', {
year: 'numeric'
});
const rssFeedUrl = "https://cy.cyper.cc/feed.xml";
const rssFeedUrl = "/feed.xml";
export default {
author: {
@ -19,7 +19,7 @@ export default {
],
sites: [
{ name: "Main Site", url: "https://cy.cyper.cc", icon: "home-sharp" },
{ name: "Main Site", url: "https://cyper.cc", icon: "home-sharp" },
{ name: "Gitea", url: "https://git.cyper.cc", icon: "code-slash-sharp" },
],