1 parent e1a7ed4 commit 60f53fdCopy full SHA for 60f53fd
1 file changed
svelte.config.js
@@ -6,15 +6,15 @@ import { vitePreprocess } from "@sveltejs/vite-plugin-svelte";
6
7
/** @type {import('@sveltejs/kit').Config} */
8
const config = {
9
- preprocess: vitePreprocess(),
10
- kit: {
11
- adapter: adapter({
12
- fallback: "index.html"
13
- }),
14
- alias: {
15
- "@/*": "src/*"
16
- }
17
+ preprocess: vitePreprocess(),
+ kit: {
+ adapter: adapter({
+ fallback: "fallback.html",
+ }),
+ alias: {
+ "@/*": "src/*",
+ },
18
};
19
20
export default config;
0 commit comments