Skip to content

Commit

Permalink
Update to 0.1.0-alpha.6
Browse files Browse the repository at this point in the history
  • Loading branch information
staniel359 committed Jun 15, 2021
1 parent a23ee49 commit 3a4b166
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
2 changes: 1 addition & 1 deletion src/assets/styles/Shared.sass
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
$backgroundPath: url('~*/assets/images/background.jpg')
$backgroundPath: url('~*/assets/images/Background.jpg')
$fontPath: url('~*/assets/fonts/LatoDefault.ttf')

$colorBase: #804fb3
Expand Down
3 changes: 2 additions & 1 deletion vue.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,6 @@ module.exports = {
devServer: {
port: 3000
},
outputDir: 'build'
outputDir: 'build',
publicPath: './'
}

0 comments on commit 3a4b166

Please sign in to comment.