diff --git a/eleventy.config.js b/eleventy.config.js index 977d61b..00598ce 100644 --- a/eleventy.config.js +++ b/eleventy.config.js @@ -23,7 +23,6 @@ export default async function (eleventyConfig) { eleventyConfig.addPassthroughCopy("src/assets"); eleventyConfig.addPassthroughCopy("api"); eleventyConfig.addPassthroughCopy("bootstrap.php"); - eleventyConfig.addPassthroughCopy("config/dynamic"); eleventyConfig.addPassthroughCopy({ "node_modules/minisearch/dist/umd/index.js": "assets/scripts/components/minisearch.js", diff --git a/package-lock.json b/package-lock.json index 35ca968..bede438 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "coryd.dev", - "version": "10.0.0", + "version": "10.0.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "coryd.dev", - "version": "10.0.0", + "version": "10.0.1", "license": "MIT", "dependencies": { "minisearch": "^7.1.2", @@ -32,7 +32,7 @@ "postcss-import-ext-glob": "^2.1.1", "rimraf": "^6.0.1", "terser": "^5.42.0", - "truncate-html": "^1.2.1" + "truncate-html": "^1.2.2" }, "engines": { "node": "22.x" @@ -4194,9 +4194,9 @@ } }, "node_modules/truncate-html": { - "version": "1.2.1", - "resolved": "https://registry.npmjs.org/truncate-html/-/truncate-html-1.2.1.tgz", - "integrity": "sha512-/e2PdCNTVLUR4F+tf6Qw+tPlV/tY5xUWBkfVS9syRHAk6pSJP6ZpqmV+8Q11FAkraoTko6MzwuKK3nWAhSmyuQ==", + "version": "1.2.2", + "resolved": "https://registry.npmjs.org/truncate-html/-/truncate-html-1.2.2.tgz", + "integrity": "sha512-0pogasqkxhCj8PWqxLPTYqtC66ruVXzOS6uNcOCI7yxS1Bf2HMqeXUty5mlbv0UjjlCuExBpPN4vEAFV6imsug==", "dev": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 34110f8..6cbd375 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "coryd.dev", - "version": "10.0.0", + "version": "10.0.1", "description": "The source for my personal site. Built using 11ty (and other tools).", "type": "module", "engines": { @@ -52,6 +52,6 @@ "postcss-import-ext-glob": "^2.1.1", "rimraf": "^6.0.1", "terser": "^5.42.0", - "truncate-html": "^1.2.1" + "truncate-html": "^1.2.2" } }