update to astro 3

This commit is contained in:
Felix Roos 2023-11-02 09:13:29 +01:00
parent 326571b797
commit 419cf6c12b
9 changed files with 1685 additions and 1292 deletions

View file

@ -3,7 +3,7 @@
"build": {
"beforeBuildCommand": "npm run build",
"beforeDevCommand": "npm run dev",
"devPath": "http://localhost:3000",
"devPath": "http://localhost:4321",
"distDir": "../website/dist",
"withGlobalTauri": true
},