Skip to content

Commit

Permalink
fix build warning
Browse files Browse the repository at this point in the history
  • Loading branch information
Eikix committed Oct 10, 2024
1 parent 4f813e1 commit e27eb90
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import type * as Preset from "@docusaurus/preset-classic";

const config: Config = {
title: "Kakarot ZK-EVM",
tagline: "Ethereum's Second Frontier",
tagline: "Efficient and Secure EVM Provability. Everywhere.",
favicon: "img/favicon.svg",

// Set the production url of your site here
Expand All @@ -18,7 +18,7 @@ const config: Config = {
organizationName: "kkrt-labs", // Usually your GitHub org/user name.
projectName: "kakarot-docs", // Usually your repo name.

onBrokenLinks: "throw",
onBrokenLinks: "warn",
onBrokenMarkdownLinks: "warn",

// Even if you don't use internationalization, you can use this field to set
Expand Down Expand Up @@ -112,7 +112,9 @@ const config: Config = {
],
},
],
copyright: `Copyright © ${new Date().getFullYear()} Kakarot ZK-EVM, Inc. Built with Docusaurus.`,
copyright: `Copyright © ${
new Date().getFullYear()
} Kakarot ZK-EVM, Inc. Built with Docusaurus.`,
},
prism: {
theme: prismThemes.nightOwlLight,
Expand Down

0 comments on commit e27eb90

Please sign in to comment.