We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 195c9e0 commit c3d0cb3Copy full SHA for c3d0cb3
docusaurus.config.js
@@ -17,7 +17,7 @@ export default {
17
baseUrl: '/',
18
onBrokenLinks: 'throw',
19
onBrokenMarkdownLinks: 'warn',
20
- favicon: '/favicon.png',
+ favicon: 'https://fairdataihub.org/images/hero/aireadi-logo.png',
21
organizationName: 'ai-readi',
22
projectName: 'AI-READI Dataset Docs',
23
src/pages/index.module.css
@@ -8,6 +8,8 @@
8
text-align: center;
9
position: relative;
10
overflow: hidden;
11
+ background: url('../../static/img/Moon.svg');
12
+ background-size: cover;
13
}
14
15
@media screen and (max-width: 966px) {
0 commit comments