Rebrand the site with custom name, colors, fonts, logo, and identity. Modify all touchpoints from site metadata to visual styling. Use when the user mentions "rebrand", "customize", "change colors", "change font", "change logo", "change name", "accent color", "theme", or "dark mode".
Rebrand Website Foundation by modifying these touchpoints:
astro.config.mjs — Change site to your production URLwrangler.jsonc — Change name to your project name, update destination_addresspackage.json — Change name fieldBase.astro — Update default description proppublic/favicon.svg, public/favicon.ico, public/apple-icon.pngpublic/wave-artisan-logo.svg, update Header.astro alt text and srcpublic/opengraph.png (1200x630 recommended)Header.astro — Logo alt text (line 20)Footer.astro — Copyright text and contact email (lines 10, 13)index.astro — Hero heading and description (lines 27-31)Base.astro — Default description in Props (line 15)Edit src/styles/global.css to customize the OKLCH gray palette or add accent colors. See color system reference.
Replace the variable font files in public/fonts/ and update the @font-face declarations in global.css. See typography reference.
Run verification to ensure nothing broke:
bun run check && bun run test && bun run build