https://realworld.svelte.dev/ is the official example of SvelteKit. https://github.com/sveltejs/realworld is the codebase for this official example. I am trying to generate a static site so I can host this on google firebase. I updated config asĀ content of file svelte.config.js is Content of file src/routes/+layout.server.js is When I am trying to build using command npm run build I am getting error
Tag: firebase-hosting
Getting blank page when React App is deployed and hosted by firebase
I am getting a blank page when I go to my website domain after deploying it through firebase – I know what I did wrong which was I said (yes) to the option of overwriting my index/html file when running firebase init. I have tried to solve it through various methods, I have replaced the index.html file in the build