Small changes
This commit is contained in:
parent
a7d528fb68
commit
f9bd218a3e
9 changed files with 212 additions and 16 deletions
|
|
@ -228,7 +228,7 @@ Every UI element must use the correct token from this table. Do not invent new p
|
|||
- Style built by `@protomaps/basemaps` library with `namedFlavor(theme)` for light/dark
|
||||
- Font glyphs and twemoji PNGs served locally from `frontend/public/assets/` (no external CDN deps at runtime)
|
||||
- `CopyWebpackPlugin` copies `frontend/public/` → `dist/` on build; Rust `ServeDir` fallback serves them in prod
|
||||
- Download assets with `task download:map-assets` (script: `scripts/download_map_assets.py`)
|
||||
- Download assets with `task download:map-assets` (script: `pipeline/download/map_assets.py`)
|
||||
|
||||
**HomePage (landing page):**
|
||||
- Page bg: `bg-warm-50 dark:bg-warm-900`
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue