Use CSR globally for svektekit
Signed-off-by: Asai Neko <sugar@sne.moe>
This commit is contained in:
@@ -1,21 +1,14 @@
|
||||
import adapter from "@sveltejs/adapter-cloudflare";
|
||||
import adapter from "@sveltejs/adapter-static";
|
||||
|
||||
/** @type {import('@sveltejs/kit').Config} */
|
||||
const config = {
|
||||
kit: {
|
||||
adapter: adapter({
|
||||
// See below for an explanation of these options
|
||||
config: undefined,
|
||||
platformProxy: {
|
||||
configPath: undefined,
|
||||
environment: undefined,
|
||||
persist: undefined,
|
||||
},
|
||||
fallback: "plaintext",
|
||||
routes: {
|
||||
include: ["/*"],
|
||||
exclude: ["<all>"],
|
||||
},
|
||||
pages: "build",
|
||||
assets: "build",
|
||||
fallback: undefined,
|
||||
precompress: true,
|
||||
strict: true,
|
||||
}),
|
||||
},
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user