4b7bdbaffb
TaxBaik CI/CD / build-and-deploy (push) Failing after 2m18s
Problem: With prerender: true, static HTML renders first. Menu loads but is not interactive until WebAssembly runtime finishes loading. Users clicking before runtime loads see no response. Solution: Set prerender: false to ensure menu and all controls are interactive immediately. Trade-off: Initial page load shows blank screen while WebAssembly bundles download, but once loaded, all interactivity is immediate (better UX overall). Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>