Skip to content

Commit

Permalink
fix: PWA share_target. The URL from your browser comes in via 'text' …
Browse files Browse the repository at this point in the history
…instead of the expected 'url' (#2654)
  • Loading branch information
boc-the-git authored Oct 17, 2023
1 parent 3257ea2 commit defdc82
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions frontend/nuxt.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -344,9 +344,12 @@ export default {
share_target: {
action: "/recipe/create/url",
method: "GET",
enctype: "application/x-www-form-urlencoded",
params: {
url: "recipe_import_url",
/* title and url are not currently used in Mealie. If there are issues
with sharing, uncommenting those lines might help solve the puzzle. */
// "title": "title",
"text": "recipe_import_url",
// "url": "url",
},
},
icons: [
Expand Down

0 comments on commit defdc82

Please sign in to comment.