-
Just a few quick logo questions ...
thanks |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Regarding 1.: Yes, as stated in the documentation:
Regarding 2.: Yes. Set appropriate cache headers on your web server, so the browser cache it. Note that the built-in dev server does not set those headers, which is why the logo might flash on |
Beta Was this translation helpful? Give feedback.
Regarding 1.: Yes, as stated in the documentation:
https://squidfunk.github.io/mkdocs-material/setup/changing-the-logo-and-icons/#logo
Regarding 2.: Yes. Set appropriate cache headers on your web server, so the browser cache it. Note that the built-in dev server does not set those headers, which is why the logo might flash on
mkdocs serve
.