Skip to content

Commit ee0e9a0

Browse files
committed
fix build
1 parent 21fb3b4 commit ee0e9a0

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

app.config.ts

+2-3
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,12 @@ import wasmpack from "vite-plugin-wasm-pack";
44

55
export default defineConfig({
66
server: {
7-
static: true,
8-
preset: "cloudflare-pages",
7+
preset: "cloudflare-pages-static",
98
rollupConfig: {
109
external: ["node:async_hooks"],
1110
},
1211
},
13-
ssr: false,
12+
ssr: true,
1413
vite: {
1514
plugins: [UnoCSS(), wasmpack([], ["fuqr"]), blobRewriter()],
1615
},

0 commit comments

Comments
 (0)