fix: image paths

This commit is contained in:
Cory Dransfeldt 2024-07-10 09:05:52 -07:00
parent a776b43f23
commit 8fd2e34341
No known key found for this signature in database
4 changed files with 10 additions and 9 deletions

5
package-lock.json generated
View file

@ -1,12 +1,12 @@
{
"name": "coryd.dev",
"version": "20.0.0",
"version": "20.0.1",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "coryd.dev",
"version": "20.0.0",
"version": "20.0.1",
"license": "MIT",
"dependencies": {
"@cdransf/api-text": "^1.4.0",
@ -2157,6 +2157,7 @@
"resolved": "https://registry.npmjs.org/liquidjs/-/liquidjs-10.15.0.tgz",
"integrity": "sha512-u5lYWhW8ioT+O3FdCcp5U+hiPEGNO4xASCFlCHA+k5rMTJwDIa2c2KF111ZDKc2xGM7LXPvMoNRIrBfbLNpRBg==",
"dev": true,
"license": "MIT",
"dependencies": {
"commander": "^10.0.0"
},