- theme.css: add background: var(--color-surface) to body so it responds to theme changes (was hardcoded #0d1117 via FOFT guard in index.html, causing mixed dark/light on light theme) - index.html: add Plausible analytics snippet (cookie-free, self-hosted, skips localhost; reports to hostname + circuitforge.tech rollup) - index.html: clarify FOFT guard comment — bundle overrides both html and body once loaded |
||
|---|---|---|
| .. | ||
| public | ||
| src | ||
| index.html | ||
| package-lock.json | ||
| package.json | ||
| tsconfig.app.json | ||
| tsconfig.json | ||
| tsconfig.node.json | ||
| uno.config.ts | ||
| vite.config.ts | ||