Skip to content

Commit

Permalink
fix: docusaurus base
Browse files Browse the repository at this point in the history
  • Loading branch information
jeengbe committed Feb 13, 2024
1 parent 41cc1c4 commit c0a8814
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/docusaurus.config.js
Expand Up @@ -8,8 +8,8 @@ const darkCodeTheme = require("prism-react-renderer/themes/dracula");
const config = {
title: "Vality",
tagline: "A TypeScript schema descriptor library with zero dependencies.",
url: "https://jeengbe.github.io/vality",
baseUrl: "/",
url: "https://jeengbe.github.io",
baseUrl: "/vality/",
onBrokenLinks: "warn",
onBrokenMarkdownLinks: "warn",
favicon: "img/favicon.ico",
Expand Down

0 comments on commit c0a8814

Please sign in to comment.