diff --git a/public/site.webmanifest b/public/site.webmanifest index 981d97f..21b2cbd 100644 --- a/public/site.webmanifest +++ b/public/site.webmanifest @@ -1,6 +1,6 @@ { - "name": "MyWebSite", - "short_name": "MySite", + "name": "Thilo Hohlt", + "short_name": "THohlt", "icons": [ { "src": "/web-app-manifest-192x192.png", diff --git a/src/components/Head.astro b/src/components/Head.astro index a6341bb..2a4876f 100644 --- a/src/components/Head.astro +++ b/src/components/Head.astro @@ -12,26 +12,28 @@ const { title, description } = Astro.props; + + + + - - - - {title} - - + - - - + + { + `${title} - ${Astro.originPathname === "/" ? "Software developer" : "Thilo Hohlt"}` + } + +