This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
---
|
||||
import { ClientRouter } from 'astro:transitions';
|
||||
import { BASE_PATH } from 'astro:env/server';
|
||||
|
||||
interface Props {
|
||||
title: string;
|
||||
@@ -22,6 +23,7 @@ const { title, description, keywords, viewTransition } = Astro.props;
|
||||
<meta name="og:title" content={title} />
|
||||
<meta name="description" content={description} />
|
||||
{keywords && <meta name="keywords" content={keywords.join(', ')} />}
|
||||
<base href=`${BASE_PATH}/` />
|
||||
</head>
|
||||
<body>
|
||||
<slot />
|
||||
|
||||
Reference in New Issue
Block a user