Skip to content

Commit

Permalink
fix: 修改静态目录地址
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangyuang committed Mar 19, 2020
1 parent 0a494c1 commit 66306ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/ssr-with-ts/src/config/config.default.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ export default (appInfo: MyEggAppInfo) => {

]
config.static = {
dir: [path.join(appInfo.appDir, '/output'), path.join(appInfo.appDir, '/src/public')],
dir: [path.join(appInfo.appDir, '/output'), path.join(appInfo.appDir, '/src/app/public')],
prefix: '/'
}
return config
Expand Down

0 comments on commit 66306ee

Please sign in to comment.