Skip to content

Commit

Permalink
Fix quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
buoto authored Jan 26, 2021
1 parent 6f0905e commit d477c38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/meta.ts
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ export function meta (nuxt, pwa: PWAContext, moduleContainer) {
// Shortcut icon
if (options.favicon) {
head.link.push({ hid: 'shortcut-icon', rel: 'shortcut icon', href: iconSmall.src })
head.link.push({ hid: `apple-touch-icon`, rel: 'apple-touch-icon', href: iconBig.src, sizes: iconBig.sizes })
head.link.push({ hid: 'apple-touch-icon', rel: 'apple-touch-icon', href: iconBig.src, sizes: iconBig.sizes })
}

// Launch Screen Image (IOS)
Expand Down

0 comments on commit d477c38

Please sign in to comment.