wrapped frontmatter description in single quotes per guidelines

This commit is contained in:
Nick Taylor 2025-07-03 05:38:51 -04:00
parent 5c2166bfc8
commit 9ade286bd4
No known key found for this signature in database
GPG Key ID: ADB513DA52E86205

View File

@ -1,5 +1,5 @@
---
description: Guidelines for building TanStack Start applications
description: 'Guidelines for building TanStack Start applications'
---
# TanStack Start with Shadcn/ui Development Guide
@ -208,4 +208,4 @@ npx shadcn@latest add button card input dialog
- Include error/pending boundaries on all routes
- Prefer Shadcn components over custom UI
- Use `@/` imports consistently
- Follow accessibility best practices
- Follow accessibility best practices