fix: correct Cloudflare Pages project name in wrangler.toml

Project name was "impeccable-style" but the actual CF Pages project
is "impeccable", causing deploy failures.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Paul Bakaus
2026-03-12 11:45:07 -07:00
co-authored by Claude Opus 4.6
parent af69a189e3
commit 7310d521f6
+1 -1
View File
@@ -1,3 +1,3 @@
name = "impeccable-style"
name = "impeccable"
compatibility_date = "2024-12-01"
pages_build_output_dir = "./build"