Update config.js
This commit is contained in:
parent
114d142d02
commit
496b09005a
1 changed files with 2 additions and 2 deletions
|
@ -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'
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue