Skip to content

Commit

Permalink
update comment url
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanatkn committed Oct 15, 2024
1 parent e0f40ce commit 285545c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/routes/blog/3/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
tags: ['svelte', 'signals'],
comments: {
type: 'mastodon',
url: 'https://mastodon.social/@webdevladder/112966310136132406',
url: 'https://fosstodon.org/@webdevladder/113312123824800794',
},
} satisfies Blog_Post_Data;
</script>
Expand Down
2 changes: 1 addition & 1 deletion src/routes/blog/feed.ts
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ export const feed: Blog_Feed = {
summary:
'Svelte 5 adopted signals to replace its old reactivity system that had some subtle but important problems',
tags: ['svelte', 'signals'],
comments: {type: 'mastodon', url: 'https://mastodon.social/@webdevladder/112966310136132406'},
comments: {type: 'mastodon', url: 'https://fosstodon.org/@webdevladder/113312123824800794'},
},
],
};
Expand Down

0 comments on commit 285545c

Please sign in to comment.