Skip to content

Commit

Permalink
fix: fix background image path (#14)
Browse files Browse the repository at this point in the history
  • Loading branch information
wenhwang97 authored Dec 13, 2023
1 parent 017ee19 commit dd27dd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/theme/variables.css
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ html {
}

.custom-img {
background-image: url("../public/cycm.png");
background-image: url("../cycm.png");
}

.markdown > * {
Expand Down

0 comments on commit dd27dd0

Please sign in to comment.