Skip to content

Commit

Permalink
Update to Astro 5
Browse files Browse the repository at this point in the history
  • Loading branch information
VojtaStruhar committed Jan 8, 2025
1 parent 2d772bb commit 0c35205
Show file tree
Hide file tree
Showing 4 changed files with 2,798 additions and 3,373 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,4 @@ npm-debug.log*
yarn-debug.log*
yarn-error.log*
dist
.astro
7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,16 @@
"homepage": "https://VojtaStruhar.github.io/steam-review-template",
"dependencies": {
"@astrojs/tailwind": "^5.1.0",
"astro": "^4.3.6",
"astro": "^5.1.3",
"tailwindcss": "^3.4.1"
},
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview",
"predeploy": "pnpm run build",
"deploy": "gh-pages -d dist"
"deploy": "gh-pages -d dist",
"astro": "astro"
},
"eslintConfig": {
"extends": [
Expand All @@ -36,4 +37,4 @@
"devDependencies": {
"gh-pages": "^6.1.1"
}
}
}
Loading

0 comments on commit 0c35205

Please sign in to comment.