Removed Dev Flag from PWA Module
This commit is contained in:
@@ -54,11 +54,8 @@ export default defineNuxtConfig({
|
||||
display: "standalone",
|
||||
theme_color: "green"
|
||||
},
|
||||
workbox: {
|
||||
navigateFallback: "/"
|
||||
},
|
||||
devOptions: {
|
||||
enabled: true,
|
||||
enabled: false,
|
||||
type: "module"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user