Files
website-old/config/Head.ts
2020-12-15 18:15:34 +01:00

11 lines
294 B
TypeScript

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