cache busting. portfolio list image click redirects to detail page
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Rik Berkelder 2025-02-24 02:05:46 +01:00
parent 10212022e9
commit 6a0533a690
4 changed files with 28 additions and 7 deletions

13
package-lock.json generated
View file

@ -14,6 +14,9 @@
"@11ty/eleventy-plugin-syntaxhighlight": "^5.0.0",
"luxon": "^3.5.0",
"sass": "^1.83.4"
},
"devDependencies": {
"eleventy-auto-cache-buster": "^0.7.0"
}
},
"node_modules/@11ty/dependency-tree": {
@ -1587,6 +1590,16 @@
"integrity": "sha512-WMwm9LhRUo+WUaRN+vRuETqG89IgZphVSNkdFgeb6sS/E4OrDIN7t48CAewSHXc6C8lefD8KKfr5vY61brQlow==",
"license": "MIT"
},
"node_modules/eleventy-auto-cache-buster": {
"version": "0.7.0",
"resolved": "https://registry.npmjs.org/eleventy-auto-cache-buster/-/eleventy-auto-cache-buster-0.7.0.tgz",
"integrity": "sha512-OcICXm0XwbPJxhrCZyKU2cC3w9ciRUEUl1SBOKgImeroF5OwnaJ2xho/c0V+NRJ+NILXnCq9YR0Yr1dZ+yGP1w==",
"dev": true,
"license": "MIT",
"dependencies": {
"glob": "^10.3.10"
}
},
"node_modules/emoji-regex": {
"version": "9.2.2",
"resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-9.2.2.tgz",