Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
danramteke committed Feb 16, 2022
1 parent 184d0a9 commit 4cd0179
Show file tree
Hide file tree
Showing 2 changed files with 430 additions and 471 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"dependencies": {
"astro": "^0.22.3"
"astro": "^0.23.0-next.7"
},
"scripts": {
"dev": "astro dev",
"build": "astro build --verbose",
"build": "astro build --verbose --experimental-static-build",
"preview": "astro preview"
}
}
}
Loading

0 comments on commit 4cd0179

Please sign in to comment.