diff --git a/config/shortcodes/index.js b/config/shortcodes/index.js index d5a6c419..515ae2a2 100644 --- a/config/shortcodes/index.js +++ b/config/shortcodes/index.js @@ -1,5 +1,4 @@ import Image from '@11ty/eleventy-img' -import path from 'path' import htmlmin from 'html-minifier-terser' const stringifyAttributes = (attributeMap) => { diff --git a/package.json b/package.json index 9fb31544..5b23038f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "coryd.dev", - "version": "10.0.3", + "version": "10.0.4", "description": "The source for my personal site. Built using 11ty.", "type": "module", "scripts": {