fix: bugs

This commit is contained in:
Cory Dransfeldt 2024-05-07 17:12:02 -07:00
parent 7d68145a26
commit 7a7922f2f9
No known key found for this signature in database
3 changed files with 3 additions and 5 deletions

View file

@ -9,8 +9,6 @@
###
# PLUGINS
###
[[plugins]]
package = "/plugins/fetch-scrobbles"
[[plugins]]
package = "netlify-plugin-webmentions"
[plugins.inputs]

4
package-lock.json generated
View file

@ -1,12 +1,12 @@
{
"name": "coryd.dev",
"version": "14.0.0",
"version": "14.0.2",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "coryd.dev",
"version": "14.0.0",
"version": "14.0.2",
"license": "MIT",
"dependencies": {
"@cdransf/api-text": "^1.2.2",

View file

@ -1,6 +1,6 @@
{
"name": "coryd.dev",
"version": "14.0.0",
"version": "14.0.2",
"description": "The source for my personal site. Built using 11ty.",
"type": "module",
"scripts": {