Skip to content

Commit

Permalink
chore: fix publicpath
Browse files Browse the repository at this point in the history
  • Loading branch information
7kms committed May 25, 2023
1 parent 05e9228 commit 1f8e894
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .dumirc.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { defineConfig } from 'dumi';

const isProd = process.env.NODE_ENV !== 'development';
const ghPagePublicPath = isProd ? '/react-illustration-series/' : '/';
const ghPagePublicPath = isProd ? '/' : '/';


export default defineConfig({
Expand Down

0 comments on commit 1f8e894

Please sign in to comment.