Skip to content

Commit

Permalink
fix(nuxt): disable nuxt app manifest (#602)
Browse files Browse the repository at this point in the history
  • Loading branch information
danielroe committed Oct 7, 2023
1 parent ea3006a commit 05bcd28
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 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,10 @@ async function useNuxtViteConfig () {
dev: true,
overrides: {
ssr: false,
experimental: {
// @ts-expect-error coming in Nuxt v3.8
appManifest: false,
},
app: {
rootId: 'nuxt-test',
},
Expand Down

0 comments on commit 05bcd28

Please sign in to comment.