Skip to content

Commit

Permalink
install prompt galse
Browse files Browse the repository at this point in the history
  • Loading branch information
jekuer committed Oct 9, 2023
1 parent 7bbc08c commit 3d29d99
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions demo/nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ export default defineNuxtConfig({
noscript: [{ innerHTML: 'Please enable JavaScript to view this website.' }],
},
},
schemaOrg: {
site: {
host: baseUrl,
tagPosition: 'head',
},
Expand All @@ -142,7 +142,7 @@ export default defineNuxtConfig({
],
},
client: {
installPrompt: true,
installPrompt: false,
},
manifestFilename: 'manifest.json',
manifest: {
Expand Down

0 comments on commit 3d29d99

Please sign in to comment.