Describe the bug
With config like this, the fallback file is not created:
import adapter from '@sveltejs/adapter-static';
export default {
adapter: adapter({
fallback: 'index.html'
}),
prerender: {
enabled: false,
},
}
Reproduction
https://stackblitz.com/edit/sveltejs-kit-template-default-hhb1ve?file=package.json
Run npm run build and notice that build/index.html does not exist. I suspect this changed with the recent "prerender during build" PR. It was working with kit version 288 and adapter-static 28.
Logs
No response
System Info
kit 303, adapter-static 29
Severity
blocking an upgrade
Additional Information
No response