Skip to content

Commit

Permalink
fix: baseUrl
Browse files Browse the repository at this point in the history
  • Loading branch information
ifokeev committed Jan 26, 2024
1 parent 4c127a4 commit f0ed163
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ const darkCodeTheme = require("prism-react-renderer/themes/dracula");

const organizationName = "mlcraft-io";
const projectName = "docs";
const baseUrl = "/";
const baseUrl = "/docs/";

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

0 comments on commit f0ed163

Please sign in to comment.