fix: remove footer links
This commit is contained in:
parent
4975f09bcd
commit
b396ee1b30
|
@ -42,7 +42,15 @@ const config = {
|
||||||
|
|
||||||
themeConfig:
|
themeConfig:
|
||||||
/** @type {import('@acid-info/logos-docusaurus-preset').ThemeConfig} */
|
/** @type {import('@acid-info/logos-docusaurus-preset').ThemeConfig} */
|
||||||
({}),
|
({
|
||||||
|
footer: {
|
||||||
|
links: [
|
||||||
|
{
|
||||||
|
items: [],
|
||||||
|
},
|
||||||
|
],
|
||||||
|
},
|
||||||
|
}),
|
||||||
}
|
}
|
||||||
|
|
||||||
module.exports = config
|
module.exports = config
|
||||||
|
|
Loading…
Reference in New Issue