Firebase Hosting not running Sveltekit
I've created an app using Sveltekit and I want to host it statically on Firebase. My svelte.config.js file is as follows: import adapter from '@sveltejs/adapter-static'; import preprocess from 'svelte-preprocess'; /** @type {import('@sveltejs/kit').Config} */ const config = { kit: { adapter:…