Skip to content

Commit 8e7e975

Browse files
fix incorrect CF_PREVIEW_DOMAIN
1 parent cf1548c commit 8e7e975

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/site/wrangler.jsonc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
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": "nodejsorg.workers.dev",
20+
"CF_PREVIEW_DOMAIN": "nodejsorg",
2121
"CF_ACCOUNT_ID": "fb4a2d0f103c6ff38854ac69eb709272",
2222
},
2323
"observability": {

0 commit comments

Comments
 (0)