You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
importadapterfrom'@sveltejs/adapter-static'import{vitePreprocess}from'@sveltejs/kit/vite'/** @type {import('@sveltejs/kit').Config} */constconfig={// Consult https://kit.svelte.dev/docs/integrations#preprocessors// for more information about preprocessors// TODO check if I wanna use it:preprocess: [vitePreprocess({postcss: true})],kit: {adapter: adapter(),prerender: {handleHttpError: ({ path, status, message })=>{console.log(status,path,message)if(status===404){return}// otherwise fail the buildthrownewError(message)}}}}exportdefaultconfig
2c7180ebd32e0e2cda83f79152afa961e0da5b28
The text was updated successfully, but these errors were encountered:
check if I wanna use it:
harambasic.de/svelte.config.js
Line 8 in 7844724
2c7180ebd32e0e2cda83f79152afa961e0da5b28
The text was updated successfully, but these errors were encountered: