mirror of
https://github.com/Ocelot-Social-Community/ocelot.social.git
synced 2025-12-13 07:46:08 +00:00
Merge pull request #84 from Ocelot-Social-Community/seo-settings
feat(other): seo settings
This commit is contained in:
commit
0cdc5738c9
@ -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'}]
|
||||||
],
|
],
|
||||||
|
|||||||
@ -113,6 +113,8 @@ export default hopeTheme({
|
|||||||
},
|
},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
seo: true,
|
seo: {
|
||||||
|
fallbackImage: '/logo.svg'
|
||||||
|
}
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user