skip to Main Content

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:…

VIEW QUESTION

Firebase hosting using SvelteKit

I have created a svelte app and building app using SvelteKit everything is works fine. I tried to deploy this app in firebase hosting but it fails. Sveltekit generating production build under .svelte-kit folder. I tried to change the public…

VIEW QUESTION
Back To Top
Search