No description
  • JavaScript 97.2%
  • CSS 2.4%
  • HTML 0.4%
Find a file
mats-bot e934e4eeeb Fix cm-site contact form (mailto) + /about /contact deep links
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.
2026-05-01 15:49:22 -06:00
cdn-cgi Add MIGRATION.md and cutover-related fixes (Pages deploy) 2026-04-29 17:57:02 -06:00
css Initial import: Carlos Mats portfolio site (static) 2026-04-29 13:16:08 -06:00
fonts Initial import: Carlos Mats portfolio site (static) 2026-04-29 13:16:08 -06:00
fonts-2 Initial import: Carlos Mats portfolio site (static) 2026-04-29 13:16:08 -06:00
functions Pages Function: also alias variant.price → variant.priceV2 2026-05-01 15:21:26 -06:00
img Initial import: Carlos Mats portfolio site (static) 2026-04-29 13:16:08 -06:00
js Fix cm-site contact form (mailto) + /about /contact deep links 2026-05-01 15:49:22 -06:00
webfonts Initial import: Carlos Mats portfolio site (static) 2026-04-29 13:16:08 -06:00
.gitignore Initial import: Carlos Mats portfolio site (static) 2026-04-29 13:16:08 -06:00
_headers Add MIGRATION.md and cutover-related fixes (Pages deploy) 2026-04-29 17:57:02 -06:00
_redirects Fix cm-site contact form (mailto) + /about /contact deep links 2026-05-01 15:49:22 -06:00
animal.html Initial import: Carlos Mats portfolio site (static) 2026-04-29 13:16:08 -06:00
favicon.ico Initial import: Carlos Mats portfolio site (static) 2026-04-29 13:16:08 -06:00
favicon.png Initial import: Carlos Mats portfolio site (static) 2026-04-29 13:16:08 -06:00
index.html Add MIGRATION.md and cutover-related fixes (Pages deploy) 2026-04-29 17:57:02 -06:00
MIGRATION.md Update MIGRATION.md: api.xchematic.com now served by xchematic-prod Pages 2026-04-30 15:26:04 -06:00