Skip to content

Commit bb5335c

Browse files
committed
add base url
1 parent daeff8d commit bb5335c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app.config.ts

+1
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,6 @@ export default defineConfig({
44
ssr: false,
55
server: {
66
preset: "github_pages",
7+
baseURL: "/solid-hackernews"
78
},
89
});

0 commit comments

Comments
 (0)