import adapter from '@sveltejs/adapter-static'; /** @type {import('@sveltejs/kit').Config} */ const config = { kit: { adapter: adapter(), // hydrate the
element in src/app.html target: '#svelte', paths: { base: '/staticspaceiframe/pngwn/static-test/build' } } }; export default config;