diff --git a/package.json b/package.json index c6faac5..7c350b1 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,8 @@ "private": true, "scripts": { "start": "astro dev", - "build": "astro build" + "build": "astro build", + "deploy": "wrangler deploy" }, "devDependencies": { "astro": "^0.12.9", diff --git a/wrangler.jsonc b/wrangler.jsonc new file mode 100644 index 0000000..5895c1d --- /dev/null +++ b/wrangler.jsonc @@ -0,0 +1,7 @@ +{ + "name": "@astrojs/example-blog", + "compatibility_date": "2025-08-28", + "assets": { + "directory": "dist" + } +} \ No newline at end of file