import netlify from '@sveltejs/adapter-netlify'; const config = { kit: { adapter: netlify() }, }; export default config;