Skip to content

Commit 7cc541a

Browse files
committed
refine
1 parent bcceb54 commit 7cc541a

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

config/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ module.exports = {
77
index: path.resolve(__dirname, '../dist/index.html'),
88
assetsRoot: path.resolve(__dirname, '../dist'),
99
assetsSubDirectory: 'static',
10-
assetsPublicPath: '/',
10+
assetsPublicPath: './',
1111
productionSourceMap: true,
1212
// Gzip off by default as many popular static hosts such as
1313
// Surge or Netlify already gzip all static assets for you.

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
2-
"name": "vue-admin",
2+
"name": "vue-admin-template",
33
"version": "1.0.0",
4-
"description": "A Vue.js project",
4+
"license": "MIT",
5+
"description": "A vue admin template with Element UI & axios & iconfont & permission control & lint",
56
"author": "Pan <panfree23@gmail.com>",
6-
"private": true,
77
"scripts": {
88
"dev": "node build/dev-server.js",
99
"start": "node build/dev-server.js",

0 commit comments

Comments
 (0)