Files
website-old/config/Head.ts

11 lines
270 B
TypeScript

export default {
meta: [
{ charset: 'utf-8' },
{ name: 'viewport', content: 'width=device-width, initial-scale=1' },
{ hid: 'description', name: 'description', content: '' }
],
link: [
{ rel: 'icon', type: 'image/png', href: '/favicon.png' }
]
}