Skip to content

Commit e56d5a2

Browse files
authored
update base url
1 parent 459c230 commit e56d5a2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

astro.config.mjs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ export default defineConfig({
1515
],
1616
editLink: {
1717
baseUrl:
18-
"https://github.com/dtemkin1/simmons-tech-docs/edit/main/docs/",
18+
"https://github.com/simmons-tech/docs/edit/main/docs/",
1919
},
2020
sidebar: [
2121
{ label: "Intro to Simmons Tech", link: "/intro/" },
@@ -33,7 +33,7 @@ export default defineConfig({
3333
favicon: "/favicon.png",
3434
}),
3535
],
36-
site: "https://dtemkin1.github.io",
37-
base: "/simmons-tech-docs",
36+
site: "https://simmons-tech.github.io",
37+
base: "/docs",
3838
trailingSlash: "always",
3939
});

0 commit comments

Comments
 (0)