Skip to content

Commit

Permalink
add webmention config comment
Browse files Browse the repository at this point in the history
  • Loading branch information
chrismwilliams committed Apr 9, 2024
1 parent 233ca64 commit 24bdf3f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/site.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ export const siteConfig: SiteConfig = {
},
},
webmentions: {
// Webmention.io API endpoint. Get your own here: https://webmention.io/, and follow this blog post: https://astro-cactus.chriswilliams.dev/posts/webmentions/
link: "https://webmention.io/astro-cactus.chriswilliams.dev/webmention",
},
};
Expand Down

0 comments on commit 24bdf3f

Please sign in to comment.