Skip to content

Commit

Permalink
fix(website): fix title tags (#925)
Browse files Browse the repository at this point in the history
  • Loading branch information
yanthomasdev committed Nov 28, 2023
1 parent f873a28 commit ebeadd0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
3 changes: 2 additions & 1 deletion website/astro.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ export default defineConfig({
integrations: [
react(),
starlight({
title: "",
title: "Biome",
defaultLocale: "root",
locales: {
root: {
Expand Down Expand Up @@ -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: [
Expand Down
3 changes: 3 additions & 0 deletions website/src/content/docs/index.mdx
Original file line number Diff line number Diff line change
@@ -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:
Expand Down

0 comments on commit ebeadd0

Please sign in to comment.