Skip to content

Commit

Permalink
increased timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
andromaqui committed Jun 14, 2024
1 parent 71df5b0 commit 3f161f6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,10 @@ const siteUrl = siteUrlEnv.startsWith("https://")
//const siteBaseUrl = /^\d+$/.test(siteBaseUrlEnv)
// ? "/pr-${siteBaseUrlEnv}/"
// : "/";

console.log(`DOCS_SITE_URL: ${process.env.DOCS_SITE_URL}`); // Logging the value of DOCS_SITE_URL
console.log(`DOCS_SITE_BASE_URL: ${process.env.DOCS_SITE_BASE_URL}`); // Logging the value of DOCS_SITE_BASE_URL
console.log(`siteUrl: ${siteUrl}`);
console.log(`siteBaseUrlEnv: ${siteBaseUrlEnv}`);

module.exports = {
title: "Camunda 8 Docs",
Expand Down

0 comments on commit 3f161f6

Please sign in to comment.