From e27eb90f4543c9f35406d2654a3a5c0bb7978d52 Mon Sep 17 00:00:00 2001 From: Elias Tazartes Date: Thu, 10 Oct 2024 13:57:35 +0200 Subject: [PATCH] fix build warning --- docusaurus.config.ts | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/docusaurus.config.ts b/docusaurus.config.ts index 3a9403e..30689d7 100644 --- a/docusaurus.config.ts +++ b/docusaurus.config.ts @@ -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 @@ -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 @@ -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,