No description
- JavaScript 97.2%
- CSS 2.4%
- HTML 0.4%
Two issues from the audit:
1. Contact form Send was wired to axios.get('/api/send-mail') — that endpoint
doesn't exist anymore (was on the dead origin). Patched the bundle so Send
opens a mailto:mats@xchematic.com link with the form fields prefilled. Same
pattern as xchematic's contact form.
2. /about and /contact aren't real Vue routes — they're nav buttons that
scroll to sections on /. Direct hits would render the SPA shell with no
visible content. Added _redirects entries to 302 these to / so visitors
with bookmarked or shared links land somewhere useful.
|
||
|---|---|---|
| cdn-cgi | ||
| css | ||
| fonts | ||
| fonts-2 | ||
| functions | ||
| img | ||
| js | ||
| webfonts | ||
| .gitignore | ||
| _headers | ||
| _redirects | ||
| animal.html | ||
| favicon.ico | ||
| favicon.png | ||
| index.html | ||
| MIGRATION.md | ||