add support for hosting at web subdirectory

main
Cameron Clough 2022-03-24 23:46:51 +00:00
parent 1214b91eb4
commit 73f338c543
No known key found for this signature in database
GPG Key ID: BFB3B74B026ED43F
2 changed files with 3 additions and 3 deletions

View File

@ -2,7 +2,7 @@
"name": "can-explorer",
"version": "0.4.2",
"private": true,
"homepage": "https://cabana.comma.ai/",
"homepage": ".",
"dependencies": {
"@commaai/comma-api": "^2.1.2",
"@commaai/hls.js": "^0.12.7",

View File

@ -17,8 +17,8 @@
manifest.json provides metadata used when your web app is added to the
homescreen on Android. See https://developers.google.com/web/fundamentals/engage-and-retain/web-app-manifest/
-->
<link rel="manifest" href="/manifest.json">
<link rel="shortcut icon" href="/favicon.ico">
<link rel="manifest" href="manifest.json">
<link rel="shortcut icon" href="favicon.ico">
<title>comma.ai cabana</title>
</head>
<body>