diff --git a/package.json b/package.json index 97967a8..682ba63 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "type": "module", "scripts": { "dev": "astro dev --port 4322", - "build": "ASTRO_DATABASE_FILE=data/guestbook.db astro build && node scripts/generate-stats.js", + "build": "astro build --remote && node scripts/generate-stats.js", "preview": "astro preview" }, "dependencies": {