Fix metadata

This commit is contained in:
fryorcraken.eth 2022-11-08 13:25:45 +11:00
parent bfd32a46af
commit d86faf563c
No known key found for this signature in database
GPG Key ID: A82ED75A8DFC50A4
1 changed files with 2 additions and 2 deletions

View File

@ -6,9 +6,9 @@ const darkCodeTheme = require("prism-react-renderer/themes/dracula");
/** @type {import('@docusaurus/types').Config} */ /** @type {import('@docusaurus/types').Config} */
const config = { const config = {
title: "Waku guides", title: "Waku Guides",
tagline: "Waku is the communication layer for Web3.", tagline: "Waku is the communication layer for Web3.",
url: "https://waku.guides", url: "https://waku.guide/",
baseUrl: "/", baseUrl: "/",
onBrokenLinks: "throw", onBrokenLinks: "throw",
onBrokenMarkdownLinks: "warn", onBrokenMarkdownLinks: "warn",