Skip to content

Commit

Permalink
fix(docs): 🐛 update docs base url
Browse files Browse the repository at this point in the history
  • Loading branch information
G committed May 15, 2024
1 parent 2c87892 commit 4090825
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion apps/admin-docs/.dumirc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@ export default defineConfig({
publicPath:
process.env.NODE_ENV === 'production' ? '/gbeata-admin-docs/' : '/',
outputPath: '../../docs-dist',
base: process.env.NODE_ENV === 'production' ? '/' : '/',
base: process.env.NODE_ENV === 'production' ? '/gbeata-admin-docs/' : '/',
});
1 change: 1 addition & 0 deletions packages/gbeata/.dumirc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ export default defineConfig({
outputPath: '../../gbeata-dist',
publicPath:
process.env.NODE_ENV === 'production' ? '/gbeata-component-docs/' : '/',
base: process.env.NODE_ENV === 'production' ? '/gbeata-component-docs/' : '/',
themeConfig: {
name: 'gbeata',
mfsu: false,
Expand Down

0 comments on commit 4090825

Please sign in to comment.