Skip to content

Commit

Permalink
chore(docs): Upgrade Astro and Starlight
Browse files Browse the repository at this point in the history
  • Loading branch information
LekoArts committed Dec 2, 2023
1 parent 1c5829d commit eda2870
Show file tree
Hide file tree
Showing 5 changed files with 158 additions and 49 deletions.
1 change: 1 addition & 0 deletions docs/astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ const site = 'https://secco.lekoarts.de'
// https://astro.build/config
export default defineConfig({
site,
trailingSlash: 'always',
integrations: [
starlight({
title: 'secco',
Expand Down
4 changes: 2 additions & 2 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
"astro": "astro"
},
"dependencies": {
"@astrojs/starlight": "^0.11.2",
"astro": "^3.3.0",
"@astrojs/starlight": "^0.14.0",
"astro": "^3.6.4",
"sharp": "^0.33.0"
}
}
184 changes: 148 additions & 36 deletions docs/pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit eda2870

Please sign in to comment.