From 244a8c1b2a0275522f2e2c8c3bf8673d476b2180 Mon Sep 17 00:00:00 2001 From: Yan Thomas <61414485+Yan-Thomas@users.noreply.github.com> Date: Mon, 27 Nov 2023 19:19:32 -0300 Subject: [PATCH] fix(website): fix title tags --- website/astro.config.ts | 3 ++- website/src/content/docs/index.mdx | 3 +++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/website/astro.config.ts b/website/astro.config.ts index 3f543ad5f676..0a47322e4b01 100644 --- a/website/astro.config.ts +++ b/website/astro.config.ts @@ -111,7 +111,7 @@ export default defineConfig({ integrations: [ react(), starlight({ - title: "", + title: "Biome", defaultLocale: "root", locales: { root: { @@ -197,6 +197,7 @@ export default defineConfig({ logo: { light: "./src/assets/svg/biome-logo.svg", dark: "./src/assets/svg/biome-logo.svg", + replacesTitle: true, }, favicon: "/img/favicon.svg", head: [ diff --git a/website/src/content/docs/index.mdx b/website/src/content/docs/index.mdx index 0220102546be..51f759a9d6f8 100644 --- a/website/src/content/docs/index.mdx +++ b/website/src/content/docs/index.mdx @@ -1,5 +1,8 @@ --- title: Biome +head: + - tag: title + content: Biome template: splash description: Format, lint, and more in a fraction of a second. hero: