Skip to content
This repository has been archived by the owner on May 2, 2024. It is now read-only.

Commit

Permalink
fix: nuxt bridge compat (#84)
Browse files Browse the repository at this point in the history
  • Loading branch information
aldarund authored Jan 10, 2023
1 parent c0684a0 commit 29cce07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/parts/meta/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ export default (pwa: PWAContext) => {

const options = pwa.meta
const nuxt = useNuxt()
const head = nuxt.options.app.head as NuxtAppHead
const head = (nuxt.options.app.head || nuxt.options.head) as NuxtAppHead

// mobileApp
if (options.mobileApp)
Expand Down

0 comments on commit 29cce07

Please sign in to comment.