Skip to content

Commit

Permalink
Use svg instead of favicon to fix aspect ratio on docusaurus
Browse files Browse the repository at this point in the history
  • Loading branch information
tupui committed Aug 23, 2024
1 parent 064c607 commit 04ea4c7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import type * as Preset from '@docusaurus/preset-classic';
const config: Config = {
title: 'Tansu - Soroban Versioning',
tagline: 'Bringing Git hashes onto Stellar’s blockchain',
favicon: 'img/favicon.ico',
favicon: 'img/logo.svg',

// Set the production url of your site here
url: 'https://tansu.dev',
Expand Down
Binary file removed website/static/img/favicon.ico
Binary file not shown.

0 comments on commit 04ea4c7

Please sign in to comment.