refactor: move meta to nuxt config
This commit is contained in:
parent
aca6f16245
commit
72e03f8109
2 changed files with 3 additions and 3 deletions
|
@ -44,8 +44,5 @@ export function setupPageHeader() {
|
|||
},
|
||||
titleTemplate: title => `${title ? `${title} | ` : ''}${APP_NAME}${isDev ? ' (dev)' : isPreview ? ' (preview)' : ''}`,
|
||||
link,
|
||||
meta: [
|
||||
{ name: 'apple-mobile-web-app-status-bar-style', content: 'black-translucent' },
|
||||
],
|
||||
})
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue