Skip to content

Commit 16b003e

Browse files
authored
docs: temporarily disable pwa due to stackblitz/sharp incompatibility
1 parent bbee6a1 commit 16b003e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

playground/nuxt.config.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@ import { defineNuxtConfig } from 'nuxt'
33
export default defineNuxtConfig({
44
modules: ['nuxt-ionic'],
55
ionic: {
6-
// integrations: {
6+
integrations: {
77
// meta: true,
8-
// pwa: true,
8+
pwa: false,
99
// router: true,
10-
// },
10+
},
1111
// css: {
1212
// core: true,
1313
// basic: true,

0 commit comments

Comments
 (0)