diff --git a/.gitignore b/.gitignore index 1f3f427..415761a 100644 --- a/.gitignore +++ b/.gitignore @@ -6,6 +6,8 @@ node_modules # conf nginx endp +deploiment-process.md + # local env files .env.local .env.*.local diff --git a/src/assets/css/splash_screen.css b/src/assets/css/splash_screen.css index b06b579..8a15ed0 100644 --- a/src/assets/css/splash_screen.css +++ b/src/assets/css/splash_screen.css @@ -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; diff --git a/src/assets/images/splash-screen-reduce.jpeg b/src/assets/images/splash-screen-reduce.jpeg new file mode 100644 index 0000000..cb0cb6a Binary files /dev/null and b/src/assets/images/splash-screen-reduce.jpeg differ diff --git a/vue.config.js b/vue.config.js index f713e60..178108f 100644 --- a/vue.config.js +++ b/vue.config.js @@ -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' ? "/" : "/" } \ No newline at end of file