Skip to content

Commit f375436

Browse files
committed
docs: remove prerender limitation notice
1 parent aa53a80 commit f375436

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

README.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,6 @@
44
55
Adapter for Svelte apps that creates an Azure Static Web App, using an Azure function for dynamic server rendering. If your app is purely static, you may be able to use [adapter-static](https://www.npmjs.com/package/@sveltejs/adapter-static) instead.
66

7-
## Limitations
8-
9-
Azure Static Web Apps require an `index.html` file to be present in your build output folder, so you need to [prerender](https://kit.svelte.dev/docs#ssr-and-javascript-prerender) your root `index.svelte` route to use this adapter.
10-
117
## Usage
128

139
See the [demo repo](https://github.com/geoffrich/sveltekit-azure-swa-demo) for an example integration with the SvelteKit demo app.

0 commit comments

Comments
 (0)