Skip to content

Commit 0ea68d5

Browse files
committed
change to relative path
1 parent 759d0a2 commit 0ea68d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/src/pages/demos/ARDemoPage.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ export default function ARDemoPage() {
55
useEffect(() => {
66
// Redirect to standalone HTML page
77
const basePath = appConfig.deployment.basePath || '';
8-
window.location.href = `${basePath}ar-demo.html`;
8+
window.location.href = `${basePath}/ar-demo.html`;
99
}, []);
1010

1111
return (

0 commit comments

Comments
 (0)