Skip to content

Commit

Permalink
fix: broken favicon (#41)
Browse files Browse the repository at this point in the history
  • Loading branch information
vamsi4845 authored Nov 18, 2024
1 parent 202afe3 commit 0d9fc3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import rehypeKatex from 'rehype-katex';
const config: Config = {
title: '0G Documentation',
tagline: 'The Next Generation Web3 Infrastructure',
favicon: 'img/favicon.ico',
favicon: 'img/favicon.svg',

url: 'https://docs.0g.ai',
baseUrl: '/',
Expand Down

0 comments on commit 0d9fc3b

Please sign in to comment.