Skip to content

Commit

Permalink
fix: Docrarus url (#250)
Browse files Browse the repository at this point in the history
* feat: Gtag

* fix: Docusaurus url
  • Loading branch information
JakeLin1023 authored Dec 25, 2023
1 parent e76c120 commit a3dd845
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ const darkCodeTheme = require('prism-react-renderer/themes/dracula');
/** @type {import('@docusaurus/types').Config} */
const config = {
title: 'BNB Chain Documentation',
url: 'https://bnb-chain.github.io/',
url: 'https://docs.bnbchain.org',
baseUrl: '/',
onBrokenLinks: 'ignore',
onBrokenMarkdownLinks: 'warn',
Expand Down

0 comments on commit a3dd845

Please sign in to comment.