From 399986cbe9ce9edf97126caa39de568486289555 Mon Sep 17 00:00:00 2001 From: CrimsonTome Date: Sat, 2 Jul 2022 11:22:28 +0000 Subject: [PATCH] update feed --- _data/metadata.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/_data/metadata.json b/_data/metadata.json index bae7fc1..7ba560b 100644 --- a/_data/metadata.json +++ b/_data/metadata.json @@ -1,21 +1,21 @@ { "title": "CrimsonTome's blog", - "url": "https://crimsontome.netlify.app/", + "url": "https://blog.crimsontome.com/", "language": "en", "description": "Documenting my journey into open-source development alongside other things.", "feed": { "subtitle": "Documenting my journey into open-source development alongside other things.", "filename": "feed.xml", "path": "/feed/feed.xml", - "id": "https://crimsontome.netlify.app/" + "id": "https://blog.crimsontome.com/" }, "jsonfeed": { "path": "/feed/feed.json", - "url": "https://crimsontome.netlify.app/feed/feed.json" + "url": "https://blog.crimsontome.com/feed/feed.json" }, "author": { "name": "Matt Clark", - "email": "crimsontome427@gmail.com", - "url": "hhtps://crimsontome.netlify.app/about-me/" + "email": "crimsontome427@protonmail.com", + "url": "hhtps://blog.crimsontome.com/about/" } }