Skip to content

Commit 0d9fc3b

Browse files
authored
fix: broken favicon (#41)
1 parent 202afe3 commit 0d9fc3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docusaurus.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import rehypeKatex from 'rehype-katex';
66
const config: Config = {
77
title: '0G Documentation',
88
tagline: 'The Next Generation Web3 Infrastructure',
9-
favicon: 'img/favicon.ico',
9+
favicon: 'img/favicon.svg',
1010

1111
url: 'https://docs.0g.ai',
1212
baseUrl: '/',

0 commit comments

Comments
 (0)