From dd27dd075843c57d39345aa5e8315534ad4bb516 Mon Sep 17 00:00:00 2001 From: Wenhan Wang Date: Wed, 13 Dec 2023 13:28:43 -0500 Subject: [PATCH] fix: fix background image path (#14) --- src/theme/variables.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/theme/variables.css b/src/theme/variables.css index 00dea93..cd0ca3d 100644 --- a/src/theme/variables.css +++ b/src/theme/variables.css @@ -241,7 +241,7 @@ html { } .custom-img { - background-image: url("../public/cycm.png"); + background-image: url("../cycm.png"); } .markdown > * {