We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b383d25 commit d213371Copy full SHA for d213371
1 file changed
nuxt.config.ts
@@ -1,5 +1,12 @@
1
export default defineNuxtConfig({
2
modules: [
3
+ function (_, nuxt) {
4
+ if (nuxt.options._prepare) {
5
+ nuxt.options.pwa ||= {}
6
+ nuxt.options.pwa.pwaAssets ||= {}
7
+ nuxt.options.pwa.pwaAssets.disabled = true
8
+ }
9
+ },
10
'@unocss/nuxt',
11
'@nuxt/eslint',
12
'@nuxtjs/html-validator',
0 commit comments