Skip to content

Commit 961fe4a

Browse files
committed
feat: Add netlify footer
1 parent b8d9885 commit 961fe4a

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

docusaurus.config.js

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,17 @@ const config = {
6060
},
6161
],
6262
},
63+
footer: {
64+
links: [
65+
{
66+
html: `
67+
<a href="https://www.netlify.com" target="_blank" rel="noreferrer noopener" aria-label="Deploys by Netlify">
68+
<img src="https://www.netlify.com/img/global/badges/netlify-color-accent.svg" alt="Deploys by Netlify" width="114" height="51" />
69+
</a>
70+
`,
71+
},
72+
],
73+
},
6374
prism: {
6475
theme: lightCodeTheme,
6576
darkTheme: darkCodeTheme,

0 commit comments

Comments
 (0)