Remove workbox and comments
This commit is contained in:
+4
-19
@@ -34,10 +34,6 @@ export default defineNuxtConfig({
|
|||||||
},
|
},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
// layoutTransition: {
|
|
||||||
// name: "fade",
|
|
||||||
// mode: "out-in",
|
|
||||||
// },
|
|
||||||
},
|
},
|
||||||
|
|
||||||
postcss: {
|
postcss: {
|
||||||
@@ -69,17 +65,6 @@ export default defineNuxtConfig({
|
|||||||
},
|
},
|
||||||
|
|
||||||
modules: [
|
modules: [
|
||||||
// [
|
|
||||||
// "@nuxtjs/google-fonts",
|
|
||||||
// {
|
|
||||||
// families: {
|
|
||||||
// "DM Sans": "100..900",
|
|
||||||
// Inter: "100..900",
|
|
||||||
// download: true,
|
|
||||||
// inject: false,
|
|
||||||
// },
|
|
||||||
// },
|
|
||||||
// ],
|
|
||||||
"@nuxt/icon",
|
"@nuxt/icon",
|
||||||
"reka-ui/nuxt",
|
"reka-ui/nuxt",
|
||||||
"@vueuse/nuxt",
|
"@vueuse/nuxt",
|
||||||
@@ -95,10 +80,10 @@ export default defineNuxtConfig({
|
|||||||
},
|
},
|
||||||
|
|
||||||
pwa: {
|
pwa: {
|
||||||
strategies: "injectManifest",
|
// strategies: "injectManifest",
|
||||||
srcDir: "public",
|
// srcDir: "public",
|
||||||
filename: "sw.js",
|
// filename: "sw.js",
|
||||||
registerType: process.env.NODE_ENV === "production" ? "autoUpdate" : "prompt",
|
// registerType: process.env.NODE_ENV === "production" ? "autoUpdate" : "prompt",
|
||||||
manifest: {
|
manifest: {
|
||||||
name: "Heymlz",
|
name: "Heymlz",
|
||||||
short_name: "Heymlz",
|
short_name: "Heymlz",
|
||||||
|
|||||||
Reference in New Issue
Block a user