Skip to content

Commit

Permalink
chore: upgrade docs to nuxt 3.2.0 as well (elk-zone#1728)
Browse files Browse the repository at this point in the history
  • Loading branch information
danielroe authored Feb 12, 2023
1 parent 148fd63 commit 79d4351
Show file tree
Hide file tree
Showing 3 changed files with 122 additions and 184 deletions.
4 changes: 2 additions & 2 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"preview": "nuxi preview"
},
"devDependencies": {
"@nuxt-themes/docus": "^1.6.1",
"nuxt": "^3.1.1"
"@nuxt-themes/docus": "^1.8.1",
"nuxt": "^3.2.0"
}
}
2 changes: 1 addition & 1 deletion modules/pwa/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ export default defineNuxtModule<VitePWANuxtOptions>({

Object.keys(webmanifests!).map(wm => [wm, `manifest-${wm}.webmanifest`]).forEach(([wm, fileName]) => {
bundle[fileName] = {
isAsset: true,
needsCodeReference: false,
type: 'asset',
name: undefined,
source: generateManifest(wm),
Expand Down
Loading

0 comments on commit 79d4351

Please sign in to comment.