File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -211,13 +211,14 @@ function getStackflowSpaUrl(path: string): string {
211211 return "http://localhost:5173" ;
212212 }
213213
214- // Branch previews
214+ // Branch previews only — deployment-hash based preview URLs (e.g. 340c0934.seed-design.pages.dev)
215+ // cannot be mapped because Cloudflare generates independent deployment hashes per project.
215216 // Docs URL: https://<branch>.seed-design.pages.dev
216- // QA URL: https://<branch>.seed-design-qa .pages.dev
217+ // QA URL: https://<branch>.seed-design-stackflow-spa .pages.dev
217218 if ( window . location . hostname . endsWith ( ".seed-design.pages.dev" ) ) {
218219 const branch = window . location . hostname . split ( "." ) [ 0 ] ;
219220
220- return `https://${ branch } .seed-design-qa .pages.dev` ;
221+ return `https://${ branch } .seed-design-stackflow-spa .pages.dev` ;
221222 }
222223
223224 // Production
You can’t perform that action at this time.
0 commit comments