Skip to content

Commit 54da6ff

Browse files
committed
Add base prefix and site url in astro config
1 parent 6e517c7 commit 54da6ff

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

astro.config.mjs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ import starlight from "@astrojs/starlight";
44

55
// https://astro.build/config
66
export default defineConfig({
7+
base: "/docs/",
8+
site: "https://lune-org.github.io",
79
integrations: [
810
starlight({
911
title: "Lune",

0 commit comments

Comments
 (0)