fix footer

This commit is contained in:
Sarah Jamie Lewis 2022-06-02 09:47:01 -07:00
parent 2b76eb2ca8
commit dc01a26479
1 changed files with 2 additions and 2 deletions

View File

@ -39,7 +39,7 @@ const config = {
// Please change this to your repo. // Please change this to your repo.
// Remove this to remove the "edit this page" links. // Remove this to remove the "edit this page" links.
editUrl: editUrl:
'https://github.com/facebook/docusaurus/tree/main/packages/create-docusaurus/templates/shared/', 'https://git.openprivacy.ca/cwtch.im/docs.cwtch.im/',
}, },
theme: { theme: {
customCss: require.resolve('./src/css/custom.css'), customCss: require.resolve('./src/css/custom.css'),
@ -113,7 +113,7 @@ const config = {
], ],
}, },
], ],
copyright: `Copyright © ${new Date().getFullYear()} My Project, Inc. Built with Docusaurus.`, copyright: `Copyright © ${new Date().getFullYear()} <a href="https://openprivacy.ca">Open Privacy Research Society</a>.`,
}, },
prism: { prism: {
theme: lightCodeTheme, theme: lightCodeTheme,