Skip to content

Commit

Permalink
Upgrade to Astro v5
Browse files Browse the repository at this point in the history
  • Loading branch information
delucis committed Dec 3, 2024
1 parent d253659 commit 93e8582
Show file tree
Hide file tree
Showing 3 changed files with 352 additions and 462 deletions.
1 change: 0 additions & 1 deletion astro.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ export default defineConfig({
applyBaseStyles: false,
}),
],
output: 'hybrid',
adapter: netlify({}),
vite: {
ssr: {
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"prettier": "@astrojs/site-kit/prettier",
"dependencies": {
"@astrojs/check": "^0.9.4",
"@astrojs/netlify": "^5.5.4",
"@astrojs/netlify": "^6.0.0",
"title": "^4.0.1"
},
"devDependencies": {
Expand All @@ -32,7 +32,7 @@
"@tailwindcss/container-queries": "^0.1.1",
"@types/node": "^20.17.6",
"@types/title": "^3.4.3",
"astro": "^4.16.13",
"astro": "^5.0.0",
"astro-icon": "^0.8.2",
"npm-run-all": "^4.1.5",
"prettier": "^3.3.3",
Expand Down
Loading

0 comments on commit 93e8582

Please sign in to comment.