From 5a9265710216d60638acaae2179df804c8f5f164 Mon Sep 17 00:00:00 2001 From: Jeena Paradies Date: Thu, 9 Jun 2022 13:32:07 +0900 Subject: [PATCH] Change url from tilvids.com to blog.tilvids.com RSS and Sitemap.xml need to have the correct URL set. Until now that was mistakenly tilvids.com but it should be blog.tilvids.com otherwise the links in the RSS feed will lead to a 404 on the PeerTube instance instead to the blog post. --- _config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_config.yml b/_config.yml index ce726bd..548b8f6 100644 --- a/_config.yml +++ b/_config.yml @@ -41,7 +41,7 @@ google_analytics: # Your website URL (e.g. http://barryclark.github.io or http://www.barryclark.co) # Used for Sitemap.xml and your RSS feed -url: https://tilvids.com +url: https://blog.tilvids.com # If you're hosting your site at a Project repository on GitHub pages # (http://yourusername.github.io/repository-name)