fix: bugs
This commit is contained in:
parent
7d68145a26
commit
7a7922f2f9
3 changed files with 3 additions and 5 deletions
|
@ -9,8 +9,6 @@
|
||||||
###
|
###
|
||||||
# PLUGINS
|
# PLUGINS
|
||||||
###
|
###
|
||||||
[[plugins]]
|
|
||||||
package = "/plugins/fetch-scrobbles"
|
|
||||||
[[plugins]]
|
[[plugins]]
|
||||||
package = "netlify-plugin-webmentions"
|
package = "netlify-plugin-webmentions"
|
||||||
[plugins.inputs]
|
[plugins.inputs]
|
||||||
|
|
4
package-lock.json
generated
4
package-lock.json
generated
|
@ -1,12 +1,12 @@
|
||||||
{
|
{
|
||||||
"name": "coryd.dev",
|
"name": "coryd.dev",
|
||||||
"version": "14.0.0",
|
"version": "14.0.2",
|
||||||
"lockfileVersion": 3,
|
"lockfileVersion": 3,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
"": {
|
"": {
|
||||||
"name": "coryd.dev",
|
"name": "coryd.dev",
|
||||||
"version": "14.0.0",
|
"version": "14.0.2",
|
||||||
"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": "14.0.0",
|
"version": "14.0.2",
|
||||||
"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