Skip to content

Commit

Permalink
feat: changing baseURL (#49)
Browse files Browse the repository at this point in the history
* feat: changing baseURL so everything is served off /docs
  • Loading branch information
venkatamutyala authored Jan 8, 2024
1 parent f4511b4 commit 722c079
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ const config = {
title: "Glueops",
tagline: "Dataops and Devops platform",
url: process.env.CONFIG_URL || "https://localhost/",
baseUrl: "/",
baseUrl: "/docs",
onBrokenLinks: "throw",
onBrokenMarkdownLinks: "warn",
favicon: "https://cdn.glueops.dev/logos/logo.png",
Expand All @@ -41,6 +41,7 @@ const config = {
/** @type {import('@docusaurus/preset-classic').Options} */
({
docs: {
routeBasePath: '/',
sidebarPath: require.resolve("./sidebars.js"),
// Remove this to remove the "edit this page" links.
editUrl: "https://github.com/GlueOps/glueops-dev/blob/main",
Expand Down

0 comments on commit 722c079

Please sign in to comment.