mirror of
https://github.com/ArthurDanjou/website-old.git
synced 2026-01-14 20:19:35 +01:00
11 lines
270 B
TypeScript
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' }
|
|
]
|
|
}
|