Skip to content

Commit

Permalink
fix: disable app manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
qin-guan committed Oct 22, 2023
1 parent 37bd150 commit e631863
Show file tree
Hide file tree
Showing 3 changed files with 240 additions and 67 deletions.
5 changes: 5 additions & 0 deletions nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ import defaultTheme from 'tailwindcss/defaultTheme'
export default defineNuxtConfig({
devtools: { enabled: true },

experimental: {
// https://github.com/unjs/nitro/issues/1844
appManifest: false,
},

nitro: {
esbuild: {
options: {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"framework7-vue": "^8.3.0",
"lint-staged": "^15.0.2",
"lucia": "^2.7.1",
"nuxt": "^3.7.4",
"nuxt": "^3.8.0",
"pino": "^8.16.0",
"simple-git-hooks": "^2.9.0",
"std-env": "^3.4.3",
Expand Down
Loading

0 comments on commit e631863

Please sign in to comment.