From 1417df6e3c0db93b0999566aa35923cf2e4b23ba Mon Sep 17 00:00:00 2001 From: Jeff Sagal Date: Mon, 20 Jun 2016 16:28:01 -0700 Subject: [PATCH] fix https publish path --- config/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/index.js b/config/index.js index 423ce77..9089a4f 100644 --- a/config/index.js +++ b/config/index.js @@ -7,7 +7,7 @@ module.exports = { index: path.resolve(__dirname, '../dist/index.html'), assetsRoot: path.resolve(__dirname, '../dist'), assetsSubDirectory: '', - assetsPublicPath: ( process.argv.indexOf('publish') > 1 ) ? 'http://sagalbot.github.io/vue-select/' : '/', + assetsPublicPath: ( process.argv.indexOf('publish') > 1 ) ? '//sagalbot.github.io/vue-select/' : '/', productionSourceMap: true }, dev: {