Skip to content

Commit

Permalink
chore: upgrade astro & starlight, update favicon
Browse files Browse the repository at this point in the history
  • Loading branch information
HipsterBrown committed Dec 19, 2023
1 parent cef7aa0 commit e00a1d3
Show file tree
Hide file tree
Showing 6 changed files with 1,066 additions and 1,073 deletions.
11 changes: 11 additions & 0 deletions astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,17 @@ export default defineConfig({
customCss: [
'./src/styles/tailwind.css',
],
favicon: "/favicon.png",
head: [
{
tag: "link",
attrs: {
rel: "icon",
href: "/favicon.ico",
sizes: "32x32",
}
}
],
sidebar: [{
label: 'API',
items: [{
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@
"astro": "astro"
},
"dependencies": {
"@astrojs/check": "^0.3.1",
"@astrojs/starlight": "^0.13.0",
"@astrojs/check": "^0.3.3",
"@astrojs/starlight": "^0.15.1",
"@astrojs/starlight-tailwind": "^2.0.1",
"@astrojs/tailwind": "^5.0.2",
"astro": "^3.6.0",
"@astrojs/tailwind": "^5.0.3",
"astro": "^4.0.6",
"sharp": "^0.32.5",
"tailwindcss": "^3.0.24",
"typescript": "^5.2.2"
Expand Down
Loading

0 comments on commit e00a1d3

Please sign in to comment.