3c740eeb3f
Deploy to Production / Build Release (push) Successful in 32s
Deploy to Production / Pre-Deployment Verification (push) Failing after 1s
Deploy to Production / Deploy to Production (push) Has been skipped
Deploy to Production / Post-Deployment Reporting (push) Successful in 1s
- Change @tabler to @@tabler in CDN URLs (3 instances) • Line 13: Tabler CSS link • Line 14: Tabler vendors CSS link • Line 230: Tabler JS script - Change @media to @@media in CSS media query • Line 150: Mobile responsive styles Razor engine was interpreting @ symbols as variable start, causing CS0103 compile errors. Escaping with @@ fixes the issue while preserving intended CDN URLs and CSS syntax. Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>