diff --git a/public/cover.png b/src/asset/cover.png similarity index 100% rename from public/cover.png rename to src/asset/cover.png diff --git a/src/asset/styles/_custom_style.scss b/src/asset/styles/_custom_style.scss index 4cd09fa..9d2648d 100644 --- a/src/asset/styles/_custom_style.scss +++ b/src/asset/styles/_custom_style.scss @@ -1,6 +1,6 @@ body { - background-image: url('cover.png'); + background-image: url('../cover.png'); background-size: cover; background-position: center; background-repeat: no-repeat; @@ -131,11 +131,11 @@ input .delete-icon { - content: url('icon/del.svg'); + content: url('../icon/del.svg'); &:hover { - content: url('icon/del_hover.svg'); + content: url('../icon/del_hover.svg'); } } ::-webkit-scrollbar diff --git a/src/pages/Index/index.scss b/src/pages/Index/index.scss index 71c309e..47e3ce4 100644 --- a/src/pages/Index/index.scss +++ b/src/pages/Index/index.scss @@ -84,7 +84,7 @@ $mr-bg: 85px; &::after { content: ''; - background: url('icon/dashed_mobile.svg') no-repeat; + background: url('../../asset/icon/dashed_mobile.svg') no-repeat; position: absolute; top: 0; right: 0;