Skip to content

Commit

Permalink
fix: baseUrl for vercel
Browse files Browse the repository at this point in the history
  • Loading branch information
Eric Lin committed Feb 6, 2023
1 parent 68f831a commit dd9ecc2
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 @@ -2,7 +2,7 @@ const lightCodeTheme = require("prism-react-renderer/themes/github");
const darkCodeTheme = require("prism-react-renderer/themes/dracula");

const isDev = process.env.NODE_ENV === "development";
const baseUrl = isDev ? "/" : "/docs-template";
const baseUrl = isDev ? "/" : "/";

/**
* @type {import('redocusaurus').PresetEntry}
Expand Down

1 comment on commit dd9ecc2

@vercel
Copy link

@vercel vercel bot commented on dd9ecc2 Feb 6, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.