Skip to content

Commit

Permalink
Set base url
Browse files Browse the repository at this point in the history
  • Loading branch information
zzzarius committed Jul 16, 2024
1 parent b42f26b commit 10d06e5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/BaseHead.astro
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ const { title, description, image = "/blog-placeholder-1.jpg" } = Astro.props;
<title>{title}</title>
<meta name="title" content={title} />
<meta name="description" content={description} />
<base href="{import.meta.env.BASE_URL}" />

<script type="speculationrules">
{
Expand Down

0 comments on commit 10d06e5

Please sign in to comment.