fix: change theme-color

This commit is contained in:
Keksi 2023-08-14 10:22:08 +02:00
parent 590f2fd634
commit 8cfd5f498e

View File

@ -9,7 +9,7 @@ const description = 'JSON based Database written in JavaScript'
export default defineConfig({
head: [
['link', { rel: 'icon', href: '/favicon.svg', type: 'image/svg+xml' }],
['meta', { name: 'theme-color', content: '#3B82F6' }],
['meta', { name: 'theme-color', content: '#86EFAC' }],
['meta', { name: 'author', content: 'Keksi' }],
['meta', { property: 'og:type', content: 'website' }],
['meta', { name: 'og:title', content: title }],