Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
psephopaiktes committed Jul 4, 2024
1 parent 7cf53b7 commit 70dc42e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/consts.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

import { type Multilingual } from "@/i18n";

export const SITE_TITLE: string | Multilingual = "Astor i18n Starter";
export const SITE_TITLE: string | Multilingual = "Astro i18n Starter";

export const SITE_DESCRIPTION: string | Multilingual = {
en: "A starter template for Astro with i18n support.",
Expand Down

0 comments on commit 70dc42e

Please sign in to comment.