We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8092ebb commit 5ae17f7Copy full SHA for 5ae17f7
frontend/client.ts
@@ -17,7 +17,7 @@ export const Local: BaseURL = "http://localhost:4000"
17
* Environment returns a BaseURL for calling the cloud environment with the given name.
18
*/
19
export function Environment(name: string): BaseURL {
20
- return `https://${name}-steering-wheel-documentation-65b2.encr.app`
+ return `https://steering-wheel-documentation-65b2-${name}.encr.app`
21
}
22
23
/**
0 commit comments