Skip to content

Commit

Permalink
Merge branch 'main' into gui-aut-cont
Browse files Browse the repository at this point in the history
  • Loading branch information
HiDeoo authored Dec 14, 2024
2 parents 19f6f66 + 1966b5e commit a062d17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/content/docs/ko/guides/overriding-components.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ const { title } = Astro.props.entry.data;
import type { Props } from '@astrojs/starlight/props';
import Default from '@astrojs/starlight/components/Footer.astro';
const isHomepage = Astro.props.slug === '';
const isHomepage = Astro.props.id === '';
---
{
Expand Down

0 comments on commit a062d17

Please sign in to comment.