Public
Like
8
blog
Val Town is a collaborative website to build and scale JavaScript apps.
Deploy APIs, crons, & store data – all from the browser, and deployed in milliseconds.
Fix RSS feed links for new blog posts
The old blog posts have link
formatted as /blog/val-town-newsletter-22
, but the new ones only have migration
, with no prefixing slash.
In the RSS feed, new blog post links are invalid: https://blog.val.town/rss.xml
<item>
<title><![CDATA[The Val Town Blog is now hosted on Val Town]]></title>
<link>https://blog.val.townmigration</link>
<guid>https://blog.val.townmigration</guid>
<pubDate>Tue, 08 Apr 2025 00:00:00 GMT</pubDate>
<description><![CDATA[We migrated this blog to Val Town Projects]]></description>
</item>
With this change the rss feed works for new and old posts: https://cdignam--d8157c004224448ab1285b2353ba3704.web.val.run/rss.xml
1 file changed
+1
-1
Pull request merged
Merged into cdignam/main from valdottown/main