refactor(assets): move cosmic-stag to src/assets, rename grounds map
The PNG previously living at public/cosmic-stag.png was actually a hand-drawn concept map of the property — rename it to property-map.png so it's available when we wire it into Plan Your Visit or Concept. The real cosmic-stag (with proper transparency) now lives at src/assets/cosmic-stag.webp, imported from the three SFCs that use it and referenced from index.html via a relative path. Vite hashes the filename on build, so cache invalidation happens automatically and the single import dedupes to one network fetch. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
17cf1ec577
commit
aeccdbc821
6 changed files with 7 additions and 4 deletions
|
|
@ -2,7 +2,7 @@
|
|||
<html lang="fr">
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<link rel="icon" type="image/png" href="/cosmic-stag.png" />
|
||||
<link rel="icon" type="image/webp" href="./src/assets/cosmic-stag.webp" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<meta
|
||||
name="description"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue