Skip to content

Commit

Permalink
Fix base url for preview (hopefully)
Browse files Browse the repository at this point in the history
  • Loading branch information
conradolandia committed Sep 19, 2024
1 parent b068705 commit ed334b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/config/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ export const socials = {
facebook: "https://www.facebook.com/SpyderIDE/",
mastodon: "https://fosstodon.org/@Spyder",
instagram: "https://instagram.com/spyderide",
rss: `${siteUrl}blog/feed.xml`
rss: `${base}/blog/feed.xml`
};

// Hero content
Expand Down

0 comments on commit ed334b1

Please sign in to comment.