wrapped frontmatter description in single quotes per guidelines
This commit is contained in:
parent
5c2166bfc8
commit
9ade286bd4
@ -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
|
# 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
|
- Include error/pending boundaries on all routes
|
||||||
- Prefer Shadcn components over custom UI
|
- Prefer Shadcn components over custom UI
|
||||||
- Use `@/` imports consistently
|
- Use `@/` imports consistently
|
||||||
- Follow accessibility best practices
|
- Follow accessibility best practices
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user