fix: card image not displaying correctly (#77)

* fix: use relative URL for card images

* chore: update card image processing

* chore: add width and height for process image

* docs: update cards docs
This commit is contained in:
Xin
2023-09-23 19:25:51 +01:00
committed by GitHub
parent 3632294706
commit fdc30c6cd5
3 changed files with 36 additions and 14 deletions

View File

@ -18,6 +18,9 @@
target = '$1'
[module]
[[module.mounts]]
source = "assets"
target = "assets"
[[module.mounts]]
source = "hugo_stats.json"
target = "assets/watching/hugo_stats.json"