Add announcement to warn users this is WIP

This commit is contained in:
MrTimscampi
2021-07-23 18:07:35 +02:00
parent db371e3837
commit bfa8933b1c
+8
View File
@@ -11,6 +11,14 @@ module.exports = {
projectName: 'jellyfin.org',
themeConfig: {
image: 'img/social.png',
announcementBar: {
id: 'work_in_progress', // Any value that will identify this message.
content:
'This new version of Jellyfin.org is currently being built. <a target="_blank" rel="noopener noreferrer" href="https://github.com/jellyfin/jellyfin.org">Get involved!</a>',
backgroundColor: '#b71c1c',
textColor: '#ffffff',
isCloseable: false
},
metadatas: [
{ name: 'og:type', content: 'website' },
{ name: 'twitter:card', content: 'summary_large_image' },