fix rss links

This commit is contained in:
Nycki 2024-12-27 13:36:14 -08:00
parent fee5eb133a
commit 9142f5f460
2 changed files with 4 additions and 13 deletions

View file

@ -1,9 +0,0 @@
export const title = "nycki.net";
export const url = "https://nycki.net";
export const language = "en";
export const description = "nycki.net";
export const author = {
name: "nycki",
email: "nupanick@gmail.com",
url: "https://nycki.net"
};

View file

@ -3,12 +3,12 @@
"permalink": "/blog/feed.xml",
"eleventyExcludeFromCollections": true,
"metadata": {
"title": "My Blog about Boats",
"description": "I am writing about my experiences as a naval navel-gazer.",
"title": "nycki.net",
"description": "nycki.net",
"language": "en",
"base": "https://example.com/",
"base": "https://nycki.net/",
"author": {
"name": "Boaty McBoatFace"
"name": "nycki"
}
}
}