docs: add implementation plan, add ci script
This commit is contained in:
+4
-10
@@ -5,19 +5,13 @@ import { vitePreprocess } from "@sveltejs/vite-plugin-svelte";
|
||||
const config = {
|
||||
preprocess: vitePreprocess(),
|
||||
kit: {
|
||||
adapter: adapter({
|
||||
pages: "build",
|
||||
assets: "build",
|
||||
fallback: undefined,
|
||||
precompress: false,
|
||||
strict: true,
|
||||
}),
|
||||
adapter: adapter(),
|
||||
prerender: {
|
||||
handleHttpError: "ignore",
|
||||
},
|
||||
output: {
|
||||
bundleStrategy: "inline",
|
||||
},
|
||||
paths: {
|
||||
base: "",
|
||||
},
|
||||
},
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user