Compare commits

..

1 commit

Author SHA1 Message Date
5a92657102
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.
2022-06-09 13:32:07 +09:00

View file

@ -41,7 +41,7 @@ google_analytics:
# Your website URL (e.g. http://barryclark.github.io or http://www.barryclark.co) # Your website URL (e.g. http://barryclark.github.io or http://www.barryclark.co)
# Used for Sitemap.xml and your RSS feed # 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 # If you're hosting your site at a Project repository on GitHub pages
# (http://yourusername.github.io/repository-name) # (http://yourusername.github.io/repository-name)