From 3a4b166a1796899cc8f40d24fffd54f6c523547f Mon Sep 17 00:00:00 2001 From: staniel359 Date: Tue, 15 Jun 2021 15:49:05 +0300 Subject: [PATCH] Update to 0.1.0-alpha.6 --- package.json | 2 +- src/assets/styles/Shared.sass | 2 +- vue.config.js | 3 ++- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 3f5c15851..753742e34 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "muffon", - "version": "0.1.0-alpha.5", + "version": "0.1.0-alpha.6", "description": "muffon", "homepage": "https://github.com/staniel359/muffon", "author": { diff --git a/src/assets/styles/Shared.sass b/src/assets/styles/Shared.sass index 501eaa616..96e6982cc 100644 --- a/src/assets/styles/Shared.sass +++ b/src/assets/styles/Shared.sass @@ -1,4 +1,4 @@ -$backgroundPath: url('~*/assets/images/background.jpg') +$backgroundPath: url('~*/assets/images/Background.jpg') $fontPath: url('~*/assets/fonts/LatoDefault.ttf') $colorBase: #804fb3 diff --git a/vue.config.js b/vue.config.js index 58951b717..492237c9b 100644 --- a/vue.config.js +++ b/vue.config.js @@ -30,5 +30,6 @@ module.exports = { devServer: { port: 3000 }, - outputDir: 'build' + outputDir: 'build', + publicPath: './' }