Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
  • Loading branch information
TheOtterlord committed Jan 11, 2025
1 parent 354f18c commit 6d93ffd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/theme/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ export default function createPlugin(): StarlightPlugin {
// Update the Starlight config to inject your custom css
updateConfig({
customCss: [
"starlight-theme-template/styles/theme.css",
"starlight-theme-template/styles/theme.css",
...(config.customCss ?? []),
],
});
Expand Down

0 comments on commit 6d93ffd

Please sign in to comment.