docusaurus.config - Add "powered by Netlify" footer

This commit is contained in:
2020-10-30 18:48:10 +05:30
parent eae792f059
commit d7036812d9
+4 -4
View File
@@ -30,8 +30,8 @@ module.exports = {
], ],
}, },
// TODO: Add meaningful links here or remove it // TODO: Add meaningful links here or remove it
// footer: { footer: {
// style: 'dark', style: 'dark',
// links: [ // links: [
// { // {
// title: 'Docs', // title: 'Docs',
@@ -77,8 +77,8 @@ module.exports = {
// ], // ],
// }, // },
// ], // ],
// copyright: `Copyright © ${new Date().getFullYear()} My Project, Inc. Built with Docusaurus.`, copyright: `This site is powered by <a href="https://www.netlify.com">Netlify</a>`,
// }, },
}, },
presets: [ presets: [
[ [