Skip to content

Commit 8ef660c

Browse files
committed
set preset
1 parent 4f019cf commit 8ef660c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

app.config.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
import { defineConfig } from "@solidjs/start/config";
22

33
export default defineConfig({
4+
ssr: false,
45
server: {
5-
preset: "netlify",
6+
preset: "github_pages",
67
},
78
});

0 commit comments

Comments
 (0)