diff --git a/src/components/Meta.astro b/src/components/Meta.astro index 57fb3be..7a6b17b 100644 --- a/src/components/Meta.astro +++ b/src/components/Meta.astro @@ -40,6 +40,7 @@ const appleTouchIcon = await getImage({ https://developers.google.com/search/docs/advanced/structured-data/intro-structured-data -->{ structuredData && ( diff --git a/src/components/ui/buttons/GithubBtn.astro b/src/components/ui/buttons/GithubBtn.astro index bd73707..e4a5b14 100644 --- a/src/components/ui/buttons/GithubBtn.astro +++ b/src/components/ui/buttons/GithubBtn.astro @@ -1,5 +1,4 @@ --- -import Icon from "@components/ui/icons/Icon.astro"; const { title, url } = Astro.props; interface Props { diff --git a/src/components/ui/links/NavLink.astro b/src/components/ui/links/NavLink.astro index 46d1999..f271b16 100644 --- a/src/components/ui/links/NavLink.astro +++ b/src/components/ui/links/NavLink.astro @@ -27,7 +27,6 @@ If URL is '/' (home page), assign ID as 'home' - +