Skip to content

Commit 635420d

Browse files
authored
Update astro.config.mjs
1 parent f58fe7a commit 635420d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

astro.config.mjs

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

55
export default defineConfig({
6-
site: "https://glandjs.github.io/docs",
7-
base: "/docs/",
6+
site: "https://glandjs.github.io",
7+
base: "/",
88
integrations: [
99
tailwind({
1010
applyBaseStyles: false

0 commit comments

Comments
 (0)