fix: netlify plugin webmentions
This commit is contained in:
parent
83b3b3ebe0
commit
5c9479738c
3 changed files with 4 additions and 4 deletions
|
@ -15,7 +15,7 @@
|
|||
package = "netlify-plugin-webmentions"
|
||||
[plugins.inputs]
|
||||
baseUrl = "https://coryd.dev"
|
||||
feedPath = "/feeds/posts"
|
||||
feedPath = "feeds/posts"
|
||||
limit = 1
|
||||
|
||||
###
|
||||
|
|
4
package-lock.json
generated
4
package-lock.json
generated
|
@ -1,12 +1,12 @@
|
|||
{
|
||||
"name": "coryd.dev",
|
||||
"version": "13.6.10",
|
||||
"version": "13.6.11",
|
||||
"lockfileVersion": 3,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "coryd.dev",
|
||||
"version": "13.6.10",
|
||||
"version": "13.6.11",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@cdransf/api-text": "^1.2.2",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "coryd.dev",
|
||||
"version": "13.6.10",
|
||||
"version": "13.6.11",
|
||||
"description": "The source for my personal site. Built using 11ty.",
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
|
|
Reference in a new issue