Corejs path updates

Background image url fixes
This commit is contained in:
Arun Redhu
2019-07-29 08:28:44 +05:30
parent becc9b4104
commit 88056d6b74
2 changed files with 2 additions and 3 deletions

View File

@@ -4,7 +4,7 @@
align-items: center;
justify-content: center;
background: url(/assets/background.jpg) no-repeat center fixed;
background: url(../../assets/background.jpg) no-repeat center fixed;
-webkit-background-size: cover; /* pour anciens Chrome et Safari */
background-size: cover; /* version standardisée */

View File

@@ -1,3 +1,2 @@
import 'core-js/es7/reflect';
import 'core-js/es/reflect';
import 'zone.js/dist/zone';