Skip to content

Commit

Permalink
chore: update docker path
Browse files Browse the repository at this point in the history
  • Loading branch information
javaswing committed Aug 21, 2023
1 parent 3b5ae54 commit 14e1dc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modern.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ function getSidebarConfig(lang: 'zh' | 'en') {
export default defineConfig({
doc: {
// https://modernjs.dev/doc-tools/zh/api/config/config-basic.html
base: isProd() ? '/front-end-interview/' : '/',
base: isProd() ? '/Front-End-Interview/' : '/',
root: path.join(__dirname, 'docs'),
head: [],
// 默认语言
Expand Down

0 comments on commit 14e1dc6

Please sign in to comment.