BMAD-METHOD/.claude/rules/web-app-optimization-cursor.../sveltekit-ssr-and-ssg.mdc

7 lines
282 B
Plaintext

---
description: Applies Server-Side Rendering and Static Site Generation
globs: svelte.config.js
---
- Leverage SvelteKit's SSR capabilities for dynamic content.
- Implement SSG for static pages using prerender option.
- Use the adapter-auto for automatic deployment configuration.