Skip to content

Commit e02daeb

Browse files
committed
hot-fix: pwa icons and shortcut urls
1 parent 5ec23ba commit e02daeb

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed
Loading
15.7 KB
Loading

apps/resplice/vite-pwa.config.ts

+3-3
Original file line numberDiff line numberDiff line change
@@ -51,21 +51,21 @@ export default {
5151
name: 'Show QR Code',
5252
short_name: 'Show QR Code',
5353
description: 'Show your QR code to start sharing with someone',
54-
url: '/invite/qr',
54+
url: '#/invite/qr',
5555
icons: [{ src: '/pwa-192x192.png', sizes: '192x192' }]
5656
},
5757
{
5858
name: 'Scan QR Code',
5959
short_name: 'Scan QR Code',
6060
description: 'Scan someones QR code to start sharing with them',
61-
url: '/invite/qr-scan',
61+
url: '#/invite/qr-scan',
6262
icons: [{ src: '/pwa-192x192.png', sizes: '192x192' }]
6363
}
6464
],
6565
protocol_handlers: [
6666
{
6767
protocol: 'web+resplice',
68-
url: '/invite/{handle}?handle=%s'
68+
url: '#/invite/{handle}?handle=%s'
6969
}
7070
],
7171
screenshots: [],

0 commit comments

Comments
 (0)