fix: Corrected URLs and file names
All checks were successful
Deploy Blog to Folder / deploy (push) Successful in 4s
All checks were successful
Deploy Blog to Folder / deploy (push) Successful in 4s
This commit is contained in:
@ -9,7 +9,7 @@ export default async function(eleventyConfig) {
|
|||||||
|
|
||||||
eleventyConfig.addPlugin(feedPlugin, {
|
eleventyConfig.addPlugin(feedPlugin, {
|
||||||
type: "atom",
|
type: "atom",
|
||||||
outputPath: "/atom.xml",
|
outputPath: "/feed.xml",
|
||||||
collection: {
|
collection: {
|
||||||
name: "posts", // iterate over `collections.posts`
|
name: "posts", // iterate over `collections.posts`
|
||||||
limit: 25, // 0 means no limit
|
limit: 25, // 0 means no limit
|
||||||
|
|||||||
@ -5,7 +5,7 @@ const formattedDate = date.toLocaleDateString('en-GB', {
|
|||||||
year: 'numeric'
|
year: 'numeric'
|
||||||
});
|
});
|
||||||
|
|
||||||
const rssFeedUrl = "https://cy.cyper.cc/feed.xml";
|
const rssFeedUrl = "/feed.xml";
|
||||||
|
|
||||||
export default {
|
export default {
|
||||||
author: {
|
author: {
|
||||||
@ -19,7 +19,7 @@ export default {
|
|||||||
],
|
],
|
||||||
|
|
||||||
sites: [
|
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" },
|
{ name: "Gitea", url: "https://git.cyper.cc", icon: "code-slash-sharp" },
|
||||||
],
|
],
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user