We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f97120a commit a159d05Copy full SHA for a159d05
docusaurus.config.js
@@ -18,10 +18,10 @@ const productsDropdown = fs.readFileSync(
18
'utf-8'
19
)
20
const baseUrl = process.env.DEST || '/';
21
+const siteUrl = 'https://docs.metamask.io';
22
+
23
const npm2yarnPlugin = [require('@docusaurus/remark-plugin-npm2yarn'), { sync: true }]
24
/** @type {import('@docusaurus/types').Config} */
-const siteUrl = 'https://docs.metamask.io'
-const baseUrl = process.env.DEST || '/'
25
const fullUrl = new URL(baseUrl, siteUrl).toString()
26
const config = {
27
title: 'MetaMask developer documentation',
0 commit comments