mirror of
https://github.com/sysadminsmedia/homebox.git
synced 2026-01-02 19:17:26 +01:00
refactor: add doc head metadata
This commit is contained in:
@@ -14,6 +14,15 @@ export default defineConfig({
|
||||
hostname: 'https://homebox.software',
|
||||
},
|
||||
|
||||
head: [
|
||||
['link', { rel: 'icon', href: '/favicon.svg' }],
|
||||
['meta', { name: 'theme-color', content: '#3eaf7c' }],
|
||||
['meta', { name: 'og:title', content: 'HomeBox' }],
|
||||
['meta', { name: 'og:description', content: 'A simple home inventory management software' }],
|
||||
['meta', { name: 'og:image', content: '/homebox-email-banner.jpg' }],
|
||||
['meta', { name: 'twitter:card', content: 'summary' }],
|
||||
],
|
||||
|
||||
locales: {
|
||||
en: {
|
||||
label: 'English',
|
||||
|
||||
Reference in New Issue
Block a user