diff --git a/app.config.ts b/app.config.ts index e0e1e72..4d76225 100644 --- a/app.config.ts +++ b/app.config.ts @@ -4,5 +4,6 @@ export default defineConfig({ ssr: false, server: { preset: "github_pages", + baseURL: "/solid-hackernews" }, });