Skip to content

Commit

Permalink
🚚 feat: Rename to pro-flow
Browse files Browse the repository at this point in the history
  • Loading branch information
arvinxx authored Sep 4, 2023
1 parent 5267999 commit c713cc4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .dumirc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@ const isProdSite = process.env.PREVIEW !== '1' && isProd;

export default defineConfig({
// 部署在非根目录时, base 和 publicPath 都需要配置
base: isProdSite ? '/pro-flow-editor/' : '/',
publicPath: isProdSite ? '/pro-flow-editor/' : '/',
base: isProdSite ? '/pro-flow/' : '/',
publicPath: isProdSite ? '/pro-flow/' : '/',
outputPath: 'docs-dist',
favicons: ['https://gw.alipayobjects.com/zos/antfincdn/upvrAjAPQX/Logo_Tech%252520UI.svg'],
themeConfig: {
name: 'Pro Flow Editor',
name: 'Pro Flow',
logo: 'https://gw.alipayobjects.com/zos/antfincdn/upvrAjAPQX/Logo_Tech%252520UI.svg',
socialLinks: {
github: homepage,
Expand Down

0 comments on commit c713cc4

Please sign in to comment.