mirror of
https://github.com/CharaChorder/DeviceManager.git
synced 2026-01-20 17:03:42 +00:00
switch deploy method
This commit is contained in:
@@ -5,7 +5,12 @@ import preprocess from "svelte-preprocess"
|
||||
const config = {
|
||||
preprocess: [preprocess()],
|
||||
kit: {
|
||||
adapter: adapter(),
|
||||
paths: {
|
||||
relative: false,
|
||||
},
|
||||
adapter: adapter({
|
||||
fallback: "200.html",
|
||||
}),
|
||||
},
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user