Skip to content
This repository has been archived by the owner on Nov 16, 2023. It is now read-only.

Commit

Permalink
Webportal: fix public path
Browse files Browse the repository at this point in the history
  • Loading branch information
Gerhut committed Sep 18, 2018
1 parent b44705c commit 28a7dd8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/webportal/config/webpack.common.js
Expand Up @@ -139,7 +139,7 @@ const config = (env, argv) => ({
loader: 'file-loader',
options: {
name: '[name].[ext]',
publicPath: '/',
publicPath: '/assets/img/',
outputPath: 'assets/img/'
}
}
Expand All @@ -152,7 +152,7 @@ const config = (env, argv) => ({
loader: 'file-loader',
options: {
name: '[name].[ext]',
publicPath: '/',
publicPath: '/assets/font/',
outputPath: 'assets/font/'
}
}
Expand Down

0 comments on commit 28a7dd8

Please sign in to comment.