fix: netlify plugin webmentions

This commit is contained in:
Cory Dransfeldt 2024-05-04 10:09:47 -07:00
parent 83b3b3ebe0
commit 5c9479738c
No known key found for this signature in database
3 changed files with 4 additions and 4 deletions

View file

@ -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
View file

@ -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",

View file

@ -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": {