chore(eleventy.config.js): remove old passthrough statement

This commit is contained in:
Cory Dransfeldt 2025-06-14 07:14:07 -07:00
parent c021ea54ae
commit d373491c76
No known key found for this signature in database
5 changed files with 8 additions and 17 deletions

View file

@ -63,6 +63,5 @@ CMD bash -c "\
rsync -avz --delete vendor/ root@\"${SERVER_IP}\":/var/www/coryd.dev/vendor/ && \ rsync -avz --delete vendor/ root@\"${SERVER_IP}\":/var/www/coryd.dev/vendor/ && \
rsync -avz --delete app/ root@\"${SERVER_IP}\":/var/www/coryd.dev/app/ && \ rsync -avz --delete app/ root@\"${SERVER_IP}\":/var/www/coryd.dev/app/ && \
rsync -avz --delete composer.json root@\"${SERVER_IP}\":/var/www/coryd.dev/composer.json && \ rsync -avz --delete composer.json root@\"${SERVER_IP}\":/var/www/coryd.dev/composer.json && \
rsync -avz --delete bootstrap.php root@\"${SERVER_IP}\":/var/www/coryd.dev/bootstrap.php && \
echo \"✅ Deployed successfully\" && \ echo \"✅ Deployed successfully\" && \
tail -f /dev/null" tail -f /dev/null"

View file

@ -23,7 +23,6 @@ export default async function (eleventyConfig) {
eleventyConfig.addPassthroughCopy("src/assets"); eleventyConfig.addPassthroughCopy("src/assets");
eleventyConfig.addPassthroughCopy("api"); eleventyConfig.addPassthroughCopy("api");
eleventyConfig.addPassthroughCopy("bootstrap.php"); eleventyConfig.addPassthroughCopy("bootstrap.php");
eleventyConfig.addPassthroughCopy("config/dynamic");
eleventyConfig.addPassthroughCopy({ eleventyConfig.addPassthroughCopy({
"node_modules/minisearch/dist/umd/index.js": "node_modules/minisearch/dist/umd/index.js":
"assets/scripts/components/minisearch.js", "assets/scripts/components/minisearch.js",

12
package-lock.json generated
View file

@ -1,12 +1,12 @@
{ {
"name": "coryd.dev", "name": "coryd.dev",
"version": "10.0.0", "version": "10.0.1",
"lockfileVersion": 3, "lockfileVersion": 3,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "coryd.dev", "name": "coryd.dev",
"version": "10.0.0", "version": "10.0.1",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"minisearch": "^7.1.2", "minisearch": "^7.1.2",
@ -32,7 +32,7 @@
"postcss-import-ext-glob": "^2.1.1", "postcss-import-ext-glob": "^2.1.1",
"rimraf": "^6.0.1", "rimraf": "^6.0.1",
"terser": "^5.42.0", "terser": "^5.42.0",
"truncate-html": "^1.2.1" "truncate-html": "^1.2.2"
}, },
"engines": { "engines": {
"node": "22.x" "node": "22.x"
@ -4194,9 +4194,9 @@
} }
}, },
"node_modules/truncate-html": { "node_modules/truncate-html": {
"version": "1.2.1", "version": "1.2.2",
"resolved": "https://registry.npmjs.org/truncate-html/-/truncate-html-1.2.1.tgz", "resolved": "https://registry.npmjs.org/truncate-html/-/truncate-html-1.2.2.tgz",
"integrity": "sha512-/e2PdCNTVLUR4F+tf6Qw+tPlV/tY5xUWBkfVS9syRHAk6pSJP6ZpqmV+8Q11FAkraoTko6MzwuKK3nWAhSmyuQ==", "integrity": "sha512-0pogasqkxhCj8PWqxLPTYqtC66ruVXzOS6uNcOCI7yxS1Bf2HMqeXUty5mlbv0UjjlCuExBpPN4vEAFV6imsug==",
"dev": true, "dev": true,
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {

View file

@ -1,6 +1,6 @@
{ {
"name": "coryd.dev", "name": "coryd.dev",
"version": "10.0.0", "version": "10.0.1",
"description": "The source for my personal site. Built using 11ty (and other tools).", "description": "The source for my personal site. Built using 11ty (and other tools).",
"type": "module", "type": "module",
"engines": { "engines": {
@ -52,6 +52,6 @@
"postcss-import-ext-glob": "^2.1.1", "postcss-import-ext-glob": "^2.1.1",
"rimraf": "^6.0.1", "rimraf": "^6.0.1",
"terser": "^5.42.0", "terser": "^5.42.0",
"truncate-html": "^1.2.1" "truncate-html": "^1.2.2"
} }
} }

View file

@ -1,7 +0,0 @@
---
permalink: "/vendor/.htaccess"
layout: null
eleventyExcludeFromCollections: true
excludeFromSitemap: true
---
Require all denied