We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 459c230 commit e56d5a2Copy full SHA for e56d5a2
astro.config.mjs
@@ -15,7 +15,7 @@ export default defineConfig({
15
],
16
editLink: {
17
baseUrl:
18
- "https://github.com/dtemkin1/simmons-tech-docs/edit/main/docs/",
+ "https://github.com/simmons-tech/docs/edit/main/docs/",
19
},
20
sidebar: [
21
{ label: "Intro to Simmons Tech", link: "/intro/" },
@@ -33,7 +33,7 @@ export default defineConfig({
33
favicon: "/favicon.png",
34
}),
35
36
- site: "https://dtemkin1.github.io",
37
- base: "/simmons-tech-docs",
+ site: "https://simmons-tech.github.io",
+ base: "/docs",
38
trailingSlash: "always",
39
});
0 commit comments