From f375436586aa394c93454c5b53c54ff3c0efefe0 Mon Sep 17 00:00:00 2001 From: Geoff Rich Date: Fri, 7 Jan 2022 13:34:32 -0800 Subject: [PATCH] docs: remove prerender limitation notice --- README.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/README.md b/README.md index b835e56..748dab0 100644 --- a/README.md +++ b/README.md @@ -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.