diff --git a/website/astro.config.ts b/website/astro.config.ts index e36080cf0e03..d9edbe29f7f0 100644 --- a/website/astro.config.ts +++ b/website/astro.config.ts @@ -176,7 +176,7 @@ export default defineConfig({ link: "/guides/manual-installation", }, { - label: "Use Rome in big projects", + label: "Use Biome in big projects", link: "/guides/big-projects", badge: { text: "New", diff --git a/website/src/content/docs/guides/big-projects.mdx b/website/src/content/docs/guides/big-projects.mdx index d23dd395b87b..4fae925725d0 100644 --- a/website/src/content/docs/guides/big-projects.mdx +++ b/website/src/content/docs/guides/big-projects.mdx @@ -1,5 +1,5 @@ --- -title: Use Rome in big projects +title: Use Biome in big projects description: A small guide how to set Biome in big projects ---