add og properties and logo for social sharing
All checks were successful
/ build (pull_request) Successful in 51s
All checks were successful
/ build (pull_request) Successful in 51s
This commit is contained in:
parent
5e9f3de55a
commit
1ad2c100ee
2 changed files with 3 additions and 0 deletions
BIN
public/logo_social.png
Normal file
BIN
public/logo_social.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 60 KiB |
|
|
@ -16,6 +16,9 @@ const props = Astro.props
|
|||
<link rel="icon" href={path(import.meta.env.BASE_URL, "/favicon.ico")}/>
|
||||
<meta name="generator" content={Astro.generator}/>
|
||||
<title>DIDAYS 2026{props.title ? ` | ${props.title}` : ""}</title>
|
||||
<meta property="og:image" content={path(import.meta.env.BASE_URL, "/logo_social.png")}>
|
||||
<meta property="og:type" content="website">
|
||||
<meta property="og:description" content="DIDAYS: Ein Wochenende digitale Selbstbestimmung">
|
||||
</head>
|
||||
<body class="w-screen min-h-screen m-0">
|
||||
<Navbar/>
|
||||
|
|
|
|||
Loading…
Reference in a new issue