Skip to content

Commit

Permalink
fix: 修复文档链接错误 (#3999)
Browse files Browse the repository at this point in the history
  • Loading branch information
jinmao88 committed Aug 1, 2024
1 parent f2a3111 commit 0a906a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/vite-config/src/config/application.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ function defineApplicationConfig(userConfigPromise?: DefineApplicationOptions) {
nitroMockOptions: {},
print: !isBuild,
printInfoMap: {
'Vben Admin Docs': 'https://docs.vben.pro',
'Vben Admin Docs': 'https://doc.vben.pro',
},
pwa: true,
pwaOptions: getDefaultPwaOptions(appTitle),
Expand Down

0 comments on commit 0a906a4

Please sign in to comment.