Skip to content

Commit

Permalink
Update wp.client.js
Browse files Browse the repository at this point in the history
  • Loading branch information
yisar authored Aug 2, 2019
1 parent 422cc37 commit ce0bbfe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/wp.client.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ module.exports = merge(baseConfig, {
output: {
path: path.resolve(__dirname, '../dist'),
filename: 'js/[name].js',
publicPath: isDev ? 'http://localhost:2333/' : 'https://cdn.clicli.us/'
publicPath: isDev ? 'http://localhost:2333/' : 'https://cdn.jsdelivr.net/gh/cliclitv/vue-clicli/dist/'
},
module: {
rules: [
Expand Down

0 comments on commit ce0bbfe

Please sign in to comment.