Skip to content

Commit

Permalink
fix page titles
Browse files Browse the repository at this point in the history
  • Loading branch information
endel committed Mar 29, 2024
1 parent da25785 commit 8dddf1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/BaseHead.astro
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ const pageDescription = description || SITE_DESCRIPTION;
<link rel="canonical" href={canonicalURL} />

<!-- Primary Meta Tags -->
<title>{title}</title>
<title>Colyseus - {title}</title>
<meta name="title" content={pageTitle} />
<meta name="description" content={pageDescription} />

Expand Down

0 comments on commit 8dddf1d

Please sign in to comment.