Add sauna
This commit is contained in:
12
webui/svelte.config.js
Normal file
12
webui/svelte.config.js
Normal file
@@ -0,0 +1,12 @@
|
||||
import adapter from '@sveltejs/adapter-static';
|
||||
|
||||
/** @type {import('@sveltejs/kit').Config} */
|
||||
const config = {
|
||||
kit: {
|
||||
adapter: adapter({
|
||||
fallback: "200.html"
|
||||
})
|
||||
}
|
||||
};
|
||||
|
||||
export default config;
|
Reference in New Issue
Block a user