Merge pull request #84 from Ocelot-Social-Community/seo-settings

feat(other): seo settings
This commit is contained in:
mahula 2024-02-17 10:46:04 +01:00 committed by GitHub
commit 0cdc5738c9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 5 additions and 2 deletions

View File

@ -1,6 +1,7 @@
export default { export default {
title: 'Ocelot.Social', title: 'Ocelot.Social',
// description: 'Free and open-source social network for active citizenship.', description: 'Free and open-source social network for active citizenship.',
author: 'busFaktor() e.V.',
head: [ head: [
['meta', {name: 'viewport', content: 'width=device-width,initial-scale=1'}] ['meta', {name: 'viewport', content: 'width=device-width,initial-scale=1'}]
], ],

View File

@ -113,6 +113,8 @@ export default hopeTheme({
}, },
], ],
}, },
seo: true, seo: {
fallbackImage: '/logo.svg'
}
} }
}) })