chore: cleanup

This commit is contained in:
Cory Dransfeldt 2024-05-27 12:54:37 -07:00
parent 01ffe9a12a
commit 1488a2bcc6
No known key found for this signature in database
3 changed files with 73 additions and 1038 deletions

View file

@ -6,21 +6,11 @@
publish = "_site" publish = "_site"
edge_functions = "api" edge_functions = "api"
###
# PLUGINS
###
[[plugins]]
package = "netlify-plugin-webmentions"
[plugins.inputs]
baseUrl = "https://coryd.dev"
feedPath = "feeds/posts"
limit = 1
### ###
# IMAGES # IMAGES
### ###
[images] [images]
remote_images = ["https://f001.backblazeb2.com/file/coryd-dev/.*", "https://image.tmdb.org/.*", "https://books.google.com/.*", "https://covers.openlibrary.org/*"] remote_images = ["https://f001.backblazeb2.com/file/coryd-dev/.*", "https://books.google.com/.*"]
### ###
# URLs # URLs

1096
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -1,6 +1,6 @@
{ {
"name": "coryd.dev", "name": "coryd.dev",
"version": "17.4.10", "version": "17.4.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": {
@ -45,7 +45,6 @@
"markdown-it": "^14.1.0", "markdown-it": "^14.1.0",
"markdown-it-anchor": "^9.0.1", "markdown-it-anchor": "^9.0.1",
"markdown-it-footnote": "^4.0.0", "markdown-it-footnote": "^4.0.0",
"netlify-plugin-webmentions": "^1.1.1",
"sanitize-html": "^2.13.0", "sanitize-html": "^2.13.0",
"sharp": "^0.33.4", "sharp": "^0.33.4",
"slugify": "^1.6.6", "slugify": "^1.6.6",