Skip to content

Commit

Permalink
Upgrade astro to v5 (#133)
Browse files Browse the repository at this point in the history
* Upgrade astro to v5

* Use geist sans

* Update docs
  • Loading branch information
amalshaji authored Dec 24, 2024
1 parent 3fd192a commit 90772b8
Show file tree
Hide file tree
Showing 7 changed files with 1,073 additions and 536 deletions.
2 changes: 1 addition & 1 deletion docs/astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ export default defineConfig({
},
customCss: [
"./src/tailwind.css",
"@fontsource/geist-sans/400.css",
"@fontsource/geist-mono/400.css",
"@fontsource/comic-mono/400.css",
],
social: {
github: "https://github.com/amalshaji/portr",
Expand Down
10 changes: 5 additions & 5 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@
},
"dependencies": {
"@astrojs/check": "^0.9.4",
"@astrojs/starlight": "^0.29.0",
"@astrojs/starlight-tailwind": "^2.0.3",
"@astrojs/tailwind": "^5.1.2",
"@fontsource/comic-mono": "^5.1.0",
"@astrojs/starlight": "^0.30.3",
"@astrojs/starlight-tailwind": "^3.0.0",
"@astrojs/tailwind": "^5.1.4",
"@fontsource/geist-mono": "^5.0.3",
"astro": "^4.16.13",
"@fontsource/geist-sans": "^5.1.0",
"astro": "^5.1.1",
"astro-embed": "^0.6.2",
"sharp": "^0.32.6",
"tailwindcss": "^3.4.9",
Expand Down
Loading

0 comments on commit 90772b8

Please sign in to comment.