7 lines
282 B
Plaintext
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. |