This repository was archived by the owner on Mar 25, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed
Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ import type * as Preset from '@docusaurus/preset-classic';
77const 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 {
You can’t perform that action at this time.
0 commit comments