SvelteKit adapter for Firebase Hosting rewrites to Cloud Functions for a Svelte SSR experience
### Describe the Bug [Omit prerendered routes from server manifest](https://github.com/sveltejs/kit/blob/master/packages/kit/CHANGELOG.md#100-next539) With this change, the prerendered routes are no longer known/available in the svelte-adapter-firebase ssr function. When the browser makes a request to firebase hosting, instead it gets directed to the ssr function, which no longer knows "what" to do, and returns an error instead such as: `Error: Not found: /` ### Steps to Reproduce 1. Create a new sveltekit app, with sveltekit 1.0.0-next.539 or above 2. Create a prerendered route, such as / 3. Visit said pre-rendered route Other non-prerendered routes are 'safe' ### Expected Behaviour The app works as intended and serves the route. ### svelte-adapter-firebase version 0.14.4 ### sveltejs/kit version 1.0.0-next.539
This issue appears to be discussing a feature request or bug report related to the repository. Based on the content, it seems to be still under discussion. The issue was opened by Nushio and has received 0 comments.