We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d01c27c commit b07a208Copy full SHA for b07a208
1 file changed
docusaurus.config.js
@@ -13,7 +13,7 @@ const config = {
13
title: "Introduction to Algorithms",
14
// tagline: '',
15
url: "https://sikepuri-algorithm.github.io",
16
- baseUrl: process.env.NODE_ENV ? "/" : process.env.BASE_URL,
+ baseUrl: process.env.NODE_ENV === "development" ? "/" : process.env.BASE_URL,
17
onBrokenLinks: "throw",
18
onBrokenMarkdownLinks: "warn",
19
favicon: "img/favicon.ico",
0 commit comments