feat: add outbound webmentions

This commit is contained in:
Cory Dransfeldt 2023-09-07 11:55:05 -07:00
parent cc11564269
commit 98e61df821
No known key found for this signature in database
3 changed files with 416 additions and 6 deletions

View file

@ -7,6 +7,13 @@ package = "@netlify/plugin-lighthouse"
url = "https://coryd.dev"
output_path = "reports/lighthouse.html"
[[plugins]]
package = "netlify-plugin-webmentions"
[plugins.inputs]
baseUrl = "https://coryd.dev"
feedPath = "/feeds/posts"
limit = 1
###
# URLs
###