diff --git a/src/components/page/PageFrame.vue b/src/components/page/PageFrame.vue index c862d0c53..2f58c7ea5 100644 --- a/src/components/page/PageFrame.vue +++ b/src/components/page/PageFrame.vue @@ -77,7 +77,7 @@ const isTouchDevice = inject('isTouchDevice', false) section.section.is-top-section { padding-top: 0; padding-bottom: 0; - background-image: url("assets/block-chain-bg.png"); + background-image: url("@/assets/block-chain-bg.png"); background-repeat: no-repeat; background-size: 104px }