Support subpath deployment

- Make css font reference relative
- Fix cover image loading error
This commit is contained in:
Justin Zhang 2022-09-11 00:20:05 +08:00
parent b20408cde0
commit bfb0c05e83
4 changed files with 22 additions and 14 deletions

View file

@ -1,4 +1,4 @@
@import url("/css/reset.css") print, screen;
@import url("../../../css/reset.css") print, screen;
.board-list {
margin: 0 8px;