Skip to content

Commit 2ca399b

Browse files
committed
trying fix for production only
1 parent f78942a commit 2ca399b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/src/pages/Home.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ function DemosSection() {
220220
</CardDescription>
221221
</CardHeader>
222222
<CardContent>
223-
<a href={`${window.location.origin}${appConfig.deployment.basePath}${appConfig.deployment.basePath.endsWith('/') ? '' : '/'}ar-demo.html`} target="_blank" rel="noopener noreferrer">
223+
<a href={`${window.location.origin}${appConfig.deployment.basePath}/ar-demo.html`} target="_blank" rel="noopener noreferrer">
224224
<Button className="w-full gap-2">
225225
Launch Demo
226226
<ExternalLink className="w-4 h-4" />

0 commit comments

Comments
 (0)