Update config.js

This commit is contained in:
AQ00111111 2024-08-06 22:29:17 +01:00 committed by GitHub
parent 114d142d02
commit 496b09005a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,7 +1,7 @@
const sidebar = require('./sidebar.js'); const sidebar = require('./sidebar.js');
const additionalPages = require('./additionalPages.js').additionalPages; const additionalPages = require('./additionalPages.js').additionalPages;
const metaTitle = 'LBRY Foundation', const metaTitle = 'The LBRY Foundation',
metaDesc = 'The LBRY community invites everyone to join us in building a more free and open way to share content and information online.', metaDesc = 'The LBRY community invites everyone to join us in building a more free and open way to share content and information online.',
metaURL = 'https://lbry.org', metaURL = 'https://lbry.org',
metaLogo = '/logo.png', metaLogo = '/logo.png',
@ -138,7 +138,7 @@ const config = {
} }
], ],
finePrints: [ finePrints: [
'© {year} LBRY Foundation Inc', '© {year} The LBRY Foundation',
'With love for community' 'With love for community'
] ]
} }