Skip to content

Commit

Permalink
Upgrade to Starlight 0.32.0
Browse files Browse the repository at this point in the history
  • Loading branch information
TheOtterlord committed Feb 17, 2025
1 parent c50603d commit 159daff
Show file tree
Hide file tree
Showing 4 changed files with 262 additions and 58 deletions.
2 changes: 1 addition & 1 deletion packages/theme/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ export default function createPlugin(): StarlightPlugin {
return {
name: "starlight-theme-template",
hooks: {
setup: ({ config, updateConfig }) => {
"config:setup": ({ config, updateConfig }) => {
// Update the Starlight config to inject your custom css
updateConfig({
customCss: [
Expand Down
2 changes: 1 addition & 1 deletion packages/theme/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"typescript": "catalog:"
},
"peerDependencies": {
"@astrojs/starlight": "^0.30.0",
"@astrojs/starlight": "^0.32.0",
"astro": "^5.0.0"
},
"dependencies": {
Expand Down
Loading

0 comments on commit 159daff

Please sign in to comment.