diff --git a/docusaurus.config.ts b/docusaurus.config.ts index 1fc7b77..de6ac7c 100644 --- a/docusaurus.config.ts +++ b/docusaurus.config.ts @@ -76,7 +76,7 @@ const config: Config = { footer: { style: "light", links: footerLinks.links, - copyright: `Copyright © ${new Date().getFullYear()} AElfProject.`, + copyright: `Copyright © ${new Date().getFullYear()} aelf`, }, prism: { theme: prismThemes.github,