Skip to content

Commit

Permalink
fix cdn host
Browse files Browse the repository at this point in the history
  • Loading branch information
zema1 committed Jan 6, 2018
1 parent f2cfe21 commit 3d332a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ module.exports = {
adminTemplate: path.resolve(__dirname, '../src/pages/admin/index.html'),
assetsRoot: path.resolve(__dirname, '../dist'),
assetsSubDirectory: 'static',
assetsPublicPath: '__STATIC_CDN_HOST__/',
assetsPublicPath: '/__STATIC_CDN_HOST__/',
productionSourceMap: process.env.USE_SENTRY === '1',
// Gzip off by default as many popular static hosts such as
// Surge or Netlify already gzip all static assets for you.
Expand Down

0 comments on commit 3d332a4

Please sign in to comment.