Skip to content

Commit

Permalink
Fixed baseUrl path for docusaurus
Browse files Browse the repository at this point in the history
  • Loading branch information
madhuakula authored Apr 28, 2022
1 parent cd55987 commit 43d49b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion guide/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
const lightCodeTheme = require('prism-react-renderer/themes/github');
const darkCodeTheme = require('prism-react-renderer/themes/dracula');

const BASE_URL = '/';
const BASE_URL = '/kubernetes-goat/';

/** @type {import('@docusaurus/types').Config} */
const config = {
Expand Down

0 comments on commit 43d49b3

Please sign in to comment.