You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Up until a few days ago @FireMakeThunder's fix for the previous breaking adapter changes worked great, but in rapidly changing svelte-kit land nothing stays the same and there again have been breaking changes to the adapter API, that will need to be addressed for this adapter to work properly. sveltejs/kit#4192 moved the prerendering from the adapt to the build step and introduced a config option for adapter-static like behaviour at config.kit.prerender.default.
Until a PR for addressing this breaking change is merged, you can still use this adapter by simply installing npm install -D Theo-Steiner/sveltekit-adapter-browser-extension and modify your config to look like this:
Up until a few days ago @FireMakeThunder's fix for the previous breaking adapter changes worked great, but in rapidly changing svelte-kit land nothing stays the same and there again have been breaking changes to the adapter API, that will need to be addressed for this adapter to work properly.
sveltejs/kit#4192 moved the prerendering from the adapt to the build step and introduced a config option for adapter-static like behaviour at config.kit.prerender.default.
Until a PR for addressing this breaking change is merged, you can still use this adapter by simply installing
npm install -D Theo-Steiner/sveltekit-adapter-browser-extension
and modify your config to look like this:The text was updated successfully, but these errors were encountered: