Skip to content

Commit 4feb05e

Browse files
committed
fix(docs): set Astro site to domain (without subpath) for correct internal links (#31)
1 parent 0956b6c commit 4feb05e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/docs/astro.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import startlightThemeNova from "starlight-theme-nova"
88

99
// https://astro.build/config
1010
export default defineConfig({
11-
site: "https://devx-op.github.io/effectify/",
11+
site: "https://devx-op.github.io",
1212
base: "/effectify/",
1313
integrations: [
1414
starlight({

0 commit comments

Comments
 (0)