Skip to content

Commit 5d0f3bc

Browse files
committed
fix: Adding header buttons
1 parent ace9622 commit 5d0f3bc

File tree

5 files changed

+130
-3
lines changed

5 files changed

+130
-3
lines changed

docs-starlight/astro.config.mjs

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,10 +81,11 @@ export default defineConfig({
8181
customCss: ["./src/styles/global.css"],
8282
components: {
8383
Header: './src/components/Header.astro',
84+
SiteTitle: './src/components/SiteTitle.astro',
8485
},
8586
logo: {
86-
dark: "/src/assets/logo-light.svg",
87-
light: "/src/assets/logo-dark.svg",
87+
dark: "/src/assets/horizontal-logo-light.svg",
88+
light: "/src/assets/horizontal-logo-dark.svg",
8889
},
8990
social: {
9091
github: "https://github.com/gruntwork-io/terragrunt",
Lines changed: 30 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)