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 759d0a2 commit 0ea68d5Copy full SHA for 0ea68d5
client/src/pages/demos/ARDemoPage.tsx
@@ -5,7 +5,7 @@ export default function ARDemoPage() {
5
useEffect(() => {
6
// Redirect to standalone HTML page
7
const basePath = appConfig.deployment.basePath || '';
8
- window.location.href = `${basePath}ar-demo.html`;
+ window.location.href = `${basePath}/ar-demo.html`;
9
}, []);
10
11
return (
0 commit comments