Skip to content

Commit 9256c7a

Browse files
update ids in wrangler.jsonc file
1 parent 71105bf commit 9256c7a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

apps/site/wrangler.jsonc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"name": "nodejs-website",
55
"compatibility_date": "2024-11-07",
66
"compatibility_flags": ["nodejs_compat"],
7-
"account_id": "8ed4d03ac99f77561d0e8c9cbcc76cb6",
7+
"account_id": "fb4a2d0f103c6ff38854ac69eb709272",
88
"minify": true,
99
"keep_names": false,
1010
"assets": {
@@ -17,8 +17,8 @@
1717
// Also note that an appropriate CF_WORKERS_SCRIPTS_API_TOKEN secret
1818
// needs to be set as well in the Cloudflare dashboard
1919
"CF_WORKER_NAME": "nodejs-website",
20-
"CF_PREVIEW_DOMAIN": "testing.devprod.cloudflare.dev",
21-
"CF_ACCOUNT_ID": "8ed4d03ac99f77561d0e8c9cbcc76cb6",
20+
"CF_PREVIEW_DOMAIN": "nodejsorg.workers.dev",
21+
"CF_ACCOUNT_ID": "fb4a2d0f103c6ff38854ac69eb709272",
2222
},
2323
"observability": {
2424
"enabled": true,
@@ -36,7 +36,7 @@
3636
"kv_namespaces": [
3737
{
3838
"binding": "NEXT_CACHE_WORKERS_KV",
39-
"id": "32e8e26d2d2647fd96789baf83209fa9",
39+
"id": "69b7422d56dd4244bc0127b69ecdc36f",
4040
},
4141
],
4242
}

0 commit comments

Comments
 (0)