chore: netlify plugin webmentions
This commit is contained in:
parent
5bbe615aa4
commit
f7f5063cd7
3 changed files with 24 additions and 6 deletions
12
netlify.toml
12
netlify.toml
|
@ -10,7 +10,17 @@
|
|||
# PLUGINS
|
||||
###
|
||||
[[plugins]]
|
||||
package = "/plugins/fetch-scrobbles"
|
||||
package = "/plugins/fetch-scrobbles"
|
||||
[[plugins]]
|
||||
package = "netlify-plugin-webmentions"
|
||||
[plugins.inputs]
|
||||
baseUrl = "https://coryd.dev"
|
||||
feedPath = "/feeds/posts"
|
||||
limit = 1
|
||||
[plugins.inputs]
|
||||
baseUrl = "https://coryd.dev"
|
||||
feedPath = "/feeds/links"
|
||||
limit = 1
|
||||
|
||||
###
|
||||
# IMAGES
|
||||
|
|
Reference in a new issue