Skip to content

Commit

Permalink
Register PWA as in-scope link handler
Browse files Browse the repository at this point in the history
  • Loading branch information
Amphiluke committed Dec 10, 2023
1 parent 7aa9063 commit 110ca3f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "lindsvg-pwa",
"private": true,
"version": "2.3.0",
"version": "2.3.1",
"type": "module",
"scripts": {
"lint": "eslint \"src/**/*.{mjs,vue}\"",
Expand Down
3 changes: 2 additions & 1 deletion src/manifest.webmanifest
Original file line number Diff line number Diff line change
Expand Up @@ -84,5 +84,6 @@
],
"launch_type": "single-client"
}
]
],
"handle_links": "preferred"
}

0 comments on commit 110ca3f

Please sign in to comment.