Skip to content

Commit

Permalink
Fixed public path for build
Browse files Browse the repository at this point in the history
  • Loading branch information
davidroyer committed Jul 15, 2017
1 parent 9ed5c61 commit 3786dad
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion config/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ module.exports = {
index: path.resolve(__dirname, '../dist/index.html'),
assetsRoot: path.resolve(__dirname, '../dist'),
assetsSubDirectory: 'static',
assetsPublicPath: '/',
assetsPublicPath: '/vue2editor-images',
productionSourceMap: true,
// Gzip off by default as many popular static hosts such as
// Surge or Netlify already gzip all static assets for you.
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "test",
"version": "1.0.0",
"description": "A Vue.js project",
"description": "This repo will is a temporary repo to show examples of the new images upload featureu of Vue2Editor",
"author": "David Royer <[email protected]>",
"private": true,
"private": false,
"scripts": {
"dev": "node build/dev-server.js",
"start": "node build/dev-server.js",
Expand Down

0 comments on commit 3786dad

Please sign in to comment.