From f3fa93b26aea1ed3fcd905dedd3586fb03bf50e9 Mon Sep 17 00:00:00 2001 From: trueberryless Date: Sun, 19 Jan 2025 12:23:49 +0100 Subject: [PATCH] fix highlight --- apps/docs/src/content/docs/guides/install.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/docs/src/content/docs/guides/install.mdx b/apps/docs/src/content/docs/guides/install.mdx index cf48be7..6f66b65 100644 --- a/apps/docs/src/content/docs/guides/install.mdx +++ b/apps/docs/src/content/docs/guides/install.mdx @@ -14,7 +14,7 @@ import { PackageManagers } from "starlight-package-managers"; 2. Add the theme to your Starlight config. - ```ts title="astro.config.mjs" ins={1,9} + ```ts title="astro.config.mjs" ins={1,8} import theme from "starlight-minimalistic-theme"; export default defineConfig({