Skip to content

Commit

Permalink
fix(nuxt): disable nuxt app manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
danielroe committed Oct 3, 2023
1 parent ea3006a commit 3fd72a3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/histoire-plugin-nuxt/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,9 @@ async function useNuxtViteConfig () {
dev: true,
overrides: {
ssr: false,
experimental: {
appManifest: false,
},
app: {
rootId: 'nuxt-test',
},
Expand Down

0 comments on commit 3fd72a3

Please sign in to comment.