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.
This commit is contained in:
Jeena 2022-06-09 13:32:07 +09:00 committed by GitHub
parent 9d41a9af02
commit 5a92657102
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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)