web
Tagged #web
RSS FEED-
grep cannot finish a domain migration
A hundred and six occurrences of the old host, replaced across thirty-two files. Certificates, redirects and configuration all moved. Then nobody could log in — because the value that broke was never the string anyone was searching for.
-
Two Astro gotchas I hit building this very blog
Wiring up a multilingual Astro blog, two content-collection traps cost me a couple of rebuilds: a frontmatter `slug` that silently collapsed three posts into one, and `getStaticPaths` running in a scope that can't see your other frontmatter consts.