Skip to content

Commit

Permalink
fix: docusaurus config url
Browse files Browse the repository at this point in the history
  • Loading branch information
Eric Lin committed Feb 6, 2023
1 parent 7b14d77 commit bfc1e72
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ const config = {
title: "ConsenSys Docs",
tagline:
"A template repository to quickly boostrap a Docusaurus application to serve documentation",
url: "https://consensys.github.io",
url: "https://docs-template-consensys.vercel.app",
baseUrl,
onBrokenLinks: "throw",
onBrokenMarkdownLinks: "throw",
Expand Down Expand Up @@ -127,10 +127,6 @@ const config = {
theme: {
customCss: require.resolve("./src/css/custom.css"),
},
// gtag: {
// trackingID: "G-999X9XX9XX",
// anonymizeIP: true,
// },
},
],
redocusaurus, // remove if not using redocusaurus
Expand Down

1 comment on commit bfc1e72

@vercel
Copy link

@vercel vercel bot commented on bfc1e72 Feb 6, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.