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"
|
package = "netlify-plugin-webmentions"
|
||||||
[plugins.inputs]
|
[plugins.inputs]
|
||||||
baseUrl = "https://coryd.dev"
|
baseUrl = "https://coryd.dev"
|
||||||
feedPath = "/feeds/posts"
|
feedPath = "feeds/posts"
|
||||||
limit = 1
|
limit = 1
|
||||||
|
|
||||||
###
|
###
|
||||||
|
|
4
package-lock.json
generated
4
package-lock.json
generated
|
@ -1,12 +1,12 @@
|
||||||
{
|
{
|
||||||
"name": "coryd.dev",
|
"name": "coryd.dev",
|
||||||
"version": "13.6.10",
|
"version": "13.6.11",
|
||||||
"lockfileVersion": 3,
|
"lockfileVersion": 3,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
"": {
|
"": {
|
||||||
"name": "coryd.dev",
|
"name": "coryd.dev",
|
||||||
"version": "13.6.10",
|
"version": "13.6.11",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@cdransf/api-text": "^1.2.2",
|
"@cdransf/api-text": "^1.2.2",
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "coryd.dev",
|
"name": "coryd.dev",
|
||||||
"version": "13.6.10",
|
"version": "13.6.11",
|
||||||
"description": "The source for my personal site. Built using 11ty.",
|
"description": "The source for my personal site. Built using 11ty.",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|
Reference in a new issue