diff --git a/.eleventy.js b/.eleventy.js index a421760b..5e7e91c6 100644 --- a/.eleventy.js +++ b/.eleventy.js @@ -13,7 +13,6 @@ import { slugifyString } from './config/utils/index.js' import { svgToJpeg } 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 { img } from './config/shortcodes/index.js' // load .env import dotenvFlow from 'dotenv-flow' diff --git a/package.json b/package.json index 06d350bc..c2833a94 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "coryd.dev", - "version": "13.4.1", + "version": "13.4.2", "description": "The source for my personal site. Built using 11ty.", "type": "module", "scripts": {