Skip to content

v0.26.0

Choose a tag to compare

@github-actions github-actions released this 03 Jun 22:48
· 145 commits to main since this release
0d4bc5e

Minor Changes

  • c0bfc6d: The sync-configs svelte.config.js template now defaults to @sveltejs/adapter-netlify (adapter({ edge: false, split: false })) instead of adapter-auto. The whole Reddoor fleet deploys to Netlify, so the explicit adapter gives consistent build/ output and avoids the adapter-auto resolution that left sites needing a manual override (caltex and erp both already use adapter-netlify). Sites must have @sveltejs/adapter-netlify installed.