Skip to content

Commit

Permalink
fix canonicalization
Browse files Browse the repository at this point in the history
  • Loading branch information
shahbaz17 committed Jul 10, 2023
1 parent 01d033d commit 781f5fb
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 @@ -8,7 +8,7 @@ const githubEditUrl = `${githubRepoUrl}/edit/master`;
const remarkMath = require("remark-math");
const rehypeKatex = require("rehype-katex");
const fs = require('fs');
const baseUrl = process.env.REACT_APP_BASE_URL || "/docs/";
const baseUrl = process.env.REACT_APP_BASE_URL || "/docs";

const resourcesDropdown = fs.readFileSync('./src/components/navDropdown/resources.html', 'utf-8');
const helpDropdown = fs.readFileSync('./src/components/navDropdown/help.html', 'utf-8');
Expand Down

1 comment on commit 781f5fb

@vercel
Copy link

@vercel vercel bot commented on 781f5fb Jul 10, 2023

Choose a reason for hiding this comment

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

Successfully deployed to the following URLs:

web3auth-docs – ./

w3a-docs.vercel.app
web3auth-docs-git-master-web3auth.vercel.app
web3auth-docs-web3auth.vercel.app

Please sign in to comment.