Skip to content

Commit 431c54a

Browse files
authored
Merge branch 'NFDI4Chem:main' into main
2 parents a45b749 + e2a2a4f commit 431c54a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docusaurus.config.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,14 @@ const title = "NFDI4Chem Knowledge Base";
1111
const description =
1212
"Supporting scientists to digitalise all steps of chemical research: to collect, store, process, analyse, publish, and reuse research data";
1313
const url = "https://knowledgebase.nfdi4chem.de/";
14-
// const baseUrl = "/knowledge_base/";
14+
const baseUrl = "/knowledge_base/";
1515

1616
const navbar = require("./navbar.json");
1717
const footerLinks = require("./footer.json");
1818

1919
// Use for stagging:
2020
// const baseUrl = '/staging/knowledge_base_matomo/';
21-
const baseUrl = "/staging_eln/knowledge_base/";
21+
// const baseUrl = "/staging_eln/knowledge_base/";
2222

2323
const config = {
2424
title: title,

0 commit comments

Comments
 (0)