chore: update image references and add .astro to .gitignore

This commit is contained in:
2025-03-20 10:40:55 +01:00
parent 64565ce955
commit b057943dde
5 changed files with 8 additions and 7 deletions

View File

@ -6,7 +6,7 @@ const AUTH_ASSETS = ["/manifest.json"];
const STYLE_ASSETS = ["/styles/global.css", "/styles/theme.css"];
const IMAGE_ASSETS = ["/images/profile-image.jpg"];
const IMAGE_ASSETS = ["/imageshttps://cdn.ventry.host/janoderso/aab5b685-3731-4d2d-88fe-ef02861035d7.jpg"];
const ALL_ASSETS = [...PRECACHE_ASSETS, ...AUTH_ASSETS, ...STYLE_ASSETS, ...IMAGE_ASSETS];