Skip to content

Commit 342c084

Browse files
[Workers] Astro framework tweak
We have the dynamic `$today` value for wrangler config files that was already added by Greg. We should be using that!
1 parent 058ba67 commit 342c084

File tree

1 file changed

+1
-2
lines changed
  • src/content/docs/workers/framework-guides/web-apps

1 file changed

+1
-2
lines changed

src/content/docs/workers/framework-guides/web-apps/astro.mdx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,8 +87,7 @@ If your Astro project is entirely pre-rendered, follow these steps:
8787
```json
8888
{
8989
"name": "my-astro-app",
90-
// Update to today's date
91-
"compatibility_date": "2025-03-25",
90+
"compatibility_date": "$today",
9291
"assets": {
9392
"directory": "./dist"
9493
}

0 commit comments

Comments
 (0)