fix: remove footer links

This commit is contained in:
Hossein Mehrabi 2023-06-02 22:59:21 +03:30
parent 4975f09bcd
commit b396ee1b30
1 changed files with 9 additions and 1 deletions

View File

@ -42,7 +42,15 @@ const config = {
themeConfig:
/** @type {import('@acid-info/logos-docusaurus-preset').ThemeConfig} */
({}),
({
footer: {
links: [
{
items: [],
},
],
},
}),
}
module.exports = config