You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: pages/cloudflare/caching.mdx
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -347,7 +347,7 @@ doShardedTagCache tahes the following options:
347
347
348
348
##### 1. Create a D1 database and Service Binding
349
349
350
-
The binding name used in your app's worker is `NEXT_CACHE_D1`. The service binding should be a self reference to your worker where `<WORKER_NAME>` is the name in your wrangler configuration file.
350
+
The binding name used in your app's worker is `NEXT_TAG_CACHE_D1`. The service binding should be a self reference to your worker where `<WORKER_NAME>` is the name in your wrangler configuration file.
351
351
352
352
```jsonc
353
353
// wrangler.jsonc
@@ -356,7 +356,7 @@ The binding name used in your app's worker is `NEXT_CACHE_D1`. The service bindi
0 commit comments