This commit is contained in:
Cory Dransfeldt 2024-05-01 17:48:12 -07:00
parent dff524e2f2
commit 173b48e28a
No known key found for this signature in database
2 changed files with 1 additions and 2 deletions

View file

@ -13,7 +13,6 @@ import { slugifyString } from './config/utils/index.js'
import { svgToJpeg } from './config/events/index.js' import { svgToJpeg } from './config/events/index.js'
import { minifyJsComponents } from './config/events/index.js' import { minifyJsComponents } from './config/events/index.js'
import { searchIndex, tagList, postStats, tagsSortedByCount, links, tagMap, booksToRead } from './config/collections/index.js' import { searchIndex, tagList, postStats, tagsSortedByCount, links, tagMap, booksToRead } from './config/collections/index.js'
import { img } from './config/shortcodes/index.js'
// load .env // load .env
import dotenvFlow from 'dotenv-flow' import dotenvFlow from 'dotenv-flow'

View file

@ -1,6 +1,6 @@
{ {
"name": "coryd.dev", "name": "coryd.dev",
"version": "13.4.1", "version": "13.4.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": {