Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
jliermann committed Nov 11, 2024
2 parents e722556 + 431c54a commit 1a87c52
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,14 @@ const title = "NFDI4Chem Knowledge Base";
const description =
"Supporting scientists to digitalise all steps of chemical research: to collect, store, process, analyse, publish, and reuse research data";
const url = "https://knowledgebase.nfdi4chem.de/";
// const baseUrl = "/knowledge_base/";
const baseUrl = "/knowledge_base/";

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

// Use for stagging:
// const baseUrl = '/staging/knowledge_base_matomo/';
const baseUrl = "/staging_eln/knowledge_base/";
// const baseUrl = "/staging_eln/knowledge_base/";

const config = {
title: title,
Expand Down

0 comments on commit 1a87c52

Please sign in to comment.