Skip to content

Commit

Permalink
optimize splash screen
Browse files Browse the repository at this point in the history
  • Loading branch information
Lucaterre committed Apr 15, 2024
1 parent 5907a6a commit e721906
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ node_modules
# conf nginx
endp

deploiment-process.md

# local env files
.env.local
.env.*.local
Expand Down
2 changes: 1 addition & 1 deletion src/assets/css/splash_screen.css
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
left: 0;
width: 100%;
height: 100%;
background-image: url("@/assets/images/splash-screen.jpg");
background-image: url("@/assets/images/splash-screen-reduce.jpeg");
background-size: cover;
background-position: center;
background-repeat: no-repeat;
Expand Down
Binary file added src/assets/images/splash-screen-reduce.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion vue.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ module.exports = {
port: 9091,
},
publicPath: process.env.NODE_ENV === 'production' ? "/endp" : "/"
// publicPath: process.env.NODE_ENV === 'production' ? "/" : "/"
//publicPath: process.env.NODE_ENV === 'production' ? "/" : "/"
}

0 comments on commit e721906

Please sign in to comment.