fix: netlify plugin webmentions

This commit is contained in:
Cory Dransfeldt 2024-05-04 10:07:19 -07:00
parent 9790b4c3e6
commit 83b3b3ebe0
No known key found for this signature in database
3 changed files with 3 additions and 9 deletions

View file

@ -17,12 +17,6 @@
baseUrl = "https://coryd.dev" baseUrl = "https://coryd.dev"
feedPath = "/feeds/posts" feedPath = "/feeds/posts"
limit = 1 limit = 1
[[plugins]]
package = "netlify-plugin-webmentions"
[plugins.inputs]
baseUrl = "https://coryd.dev"
feedPath = "/feeds/links"
limit = 1
### ###
# IMAGES # IMAGES

4
package-lock.json generated
View file

@ -1,12 +1,12 @@
{ {
"name": "coryd.dev", "name": "coryd.dev",
"version": "13.6.9", "version": "13.6.10",
"lockfileVersion": 3, "lockfileVersion": 3,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "coryd.dev", "name": "coryd.dev",
"version": "13.6.9", "version": "13.6.10",
"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.9", "version": "13.6.10",
"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": {