diff --git a/src/styles/login.module.scss b/src/styles/login.module.scss index ae21b92..50b9c6d 100644 --- a/src/styles/login.module.scss +++ b/src/styles/login.module.scss @@ -4,7 +4,7 @@ .login-page { height: 100%; width: 100%; - background: url("http://localhost:3000/login-bg-final.webp"); + background: url("/login-bg-final.webp"); background-size: cover; background-position: bottom; display: flex;