diff --git a/config/index.js b/config/index.js index 113c70f..48657a5 100644 --- a/config/index.js +++ b/config/index.js @@ -47,11 +47,11 @@ }, build: { - // Template for index.html - index: path.resolve(__dirname, '../dist/index.html'), + // Template for index.htmlru + index: path.resolve(__dirname, '../smartwell/index.html'), // Paths - assetsRoot: path.resolve(__dirname, '../dist'), + assetsRoot: path.resolve(__dirname, '../smartwell'), assetsSubDirectory: 'static', /** @@ -61,7 +61,7 @@ * then assetsPublicPath should be set to "/bar/". * In most cases please use '/' !!! */ - assetsPublicPath: '/', + assetsPublicPath: '/smartwell/', /** * Source Maps diff --git a/config/index.js b/config/index.js index 113c70f..48657a5 100644 --- a/config/index.js +++ b/config/index.js @@ -47,11 +47,11 @@ }, build: { - // Template for index.html - index: path.resolve(__dirname, '../dist/index.html'), + // Template for index.htmlru + index: path.resolve(__dirname, '../smartwell/index.html'), // Paths - assetsRoot: path.resolve(__dirname, '../dist'), + assetsRoot: path.resolve(__dirname, '../smartwell'), assetsSubDirectory: 'static', /** @@ -61,7 +61,7 @@ * then assetsPublicPath should be set to "/bar/". * In most cases please use '/' !!! */ - assetsPublicPath: '/', + assetsPublicPath: '/smartwell/', /** * Source Maps diff --git a/config/prod.env.js b/config/prod.env.js index 133728b..0a353f1 100644 --- a/config/prod.env.js +++ b/config/prod.env.js @@ -1,5 +1,5 @@ 'use strict' module.exports = { NODE_ENV: '"production"', - BASE_API: '"http://106.74.146.218:2031"', + BASE_API: '"http://42.81.160.165:2021"', }