Skip to content

Commit

Permalink
update another comment url
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanatkn committed Oct 15, 2024
1 parent 285545c commit 4bff073
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/2/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
tags: ['webdevladder'],
comments: {
type: 'mastodon',
url: 'https://mastodon.social/@webdevladder/112963856513901706',
url: 'https://fosstodon.org/@webdevladder/113312132188029470',
},
} 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 @@ -35,7 +35,7 @@ export const feed: Blog_Feed = {
summary:
'I describe the purpose of my YouTube channel and blog, webdevladder, and my plans for the future',
tags: ['webdevladder'],
comments: {type: 'mastodon', url: 'https://mastodon.social/@webdevladder/112963856513901706'},
comments: {type: 'mastodon', url: 'https://fosstodon.org/@webdevladder/113312132188029470'},
},
{
id: 'https://www.webdevladder.net/blog/3',
Expand Down

0 comments on commit 4bff073

Please sign in to comment.