Skip to content

Commit 82c4160

Browse files
Update src/content/docs/workers/static-assets/migration-guides/netlify-to-workers.mdx
Co-authored-by: Greg Brimble <[email protected]>
1 parent d1ed08b commit 82c4160

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/docs/workers/static-assets/migration-guides/netlify-to-workers.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ For a **static site**, you will need to add the following to your wrangler file.
3636
```jsonc
3737
{
3838
"name": "<your-project-name>",
39-
"compatibility_date": "2025-04-23",
39+
"compatibility_date": "$today",
4040
"assets": {
4141
"directory": "<your-build-directory>",
4242
}

0 commit comments

Comments
 (0)