Skip to content

Commit

Permalink
Update config for stable demo.
Browse files Browse the repository at this point in the history
  • Loading branch information
ivmartel committed Mar 28, 2020
1 parent d9338a3 commit 9dd8277
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vue.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ const CopyWebpackPlugin = require('copy-webpack-plugin');

module.exports = {
publicPath: process.env.NODE_ENV === 'production'
? '/dwv-vue/demo/trunk/'
? '/dwv-vue/demo/stable/'
: '/',
configureWebpack: {
plugins: [
Expand Down

0 comments on commit 9dd8277

Please sign in to comment.