Skip to content

Commit

Permalink
fix highlight
Browse files Browse the repository at this point in the history
  • Loading branch information
trueberryless committed Jan 19, 2025
1 parent a6cff06 commit f3fa93b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/docs/src/content/docs/guides/install.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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({
Expand Down

0 comments on commit f3fa93b

Please sign in to comment.