Skip to content
This repository was archived by the owner on Mar 25, 2025. It is now read-only.

Commit 87ebfc6

Browse files
committed
change logo
1 parent 54ceacc commit 87ebfc6

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

docusaurus.config.ts

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import type * as Preset from '@docusaurus/preset-classic';
77
const config: Config = {
88
title: 'MPCStats Demo Infrastructure',
99
tagline: 'Privacy-preserving statistical analysis infrastructure',
10-
favicon: 'img/favicon.ico',
10+
favicon: 'img/favicon.png',
1111

1212
// Set the production url of your site here
1313
url: 'https://docs.mpcstats.org/',
@@ -17,8 +17,8 @@ const config: Config = {
1717

1818
// GitHub pages deployment config.
1919
// If you aren't using GitHub pages, you don't need these.
20-
organizationName: 'facebook', // Usually your GitHub org/user name.
21-
projectName: 'docusaurus', // Usually your repo name.
20+
organizationName: 'ZKStats', // Usually your GitHub org/user name.
21+
projectName: 'website', // Usually your repo name.
2222

2323
onBrokenLinks: 'throw',
2424
onBrokenMarkdownLinks: 'warn',
@@ -72,8 +72,8 @@ const config: Config = {
7272
navbar: {
7373
title: 'MPCStats Demo Infra',
7474
logo: {
75-
alt: 'My Site Logo',
76-
src: 'img/logo.svg',
75+
alt: 'MPCStats Logo',
76+
src: 'img/logo.png',
7777
},
7878
items: [
7979
{

static/img/favicon.ico

-3.54 KB
Binary file not shown.

static/img/favicon.png

1.61 KB
Loading

static/img/logo.png

54.1 KB
Loading

0 commit comments

Comments
 (0)