Skip to content

Commit

Permalink
docs: remove prerender limitation notice
Browse files Browse the repository at this point in the history
  • Loading branch information
geoffrich committed Jan 7, 2022
1 parent aa53a80 commit f375436
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,6 @@
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.

## Limitations

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.

## Usage

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

0 comments on commit f375436

Please sign in to comment.