-
I'm using this setting: plugins:
- social:
cards_font: Noto Sans SC
cards_color:
fill: "#FFFFFF"
text: "#ABCDEF" but the exported cards are still in default: Here is the full mkdocs.yml and full repo if you need more investigation. |
Beta Was this translation helpful? Give feedback.
Answered by
squidfunk
May 3, 2023
Replies: 1 comment
-
It's likely related to stale caches, to please try and remove the |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
ooker777
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It's likely related to stale caches, to please try and remove the
.cache
directory and try to build it again. The stale cache problem will be fixed in the upcoming version of the social cards plugin.