PWA manifest.json in extrahead #5263
-
I want to add manifest.json to make the site into a progressive web app, but i'm not able to add it into head tag. https://github.com/AhmedThahir/Uni_Notes/blob/main/mkdocs.yml#L18 Could you help me with this. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
|
Beta Was this translation helpful? Give feedback.
-
I've done as explained in the documentation, but now my question is. Is there a way to make all html files link to the same location? For example, |
Beta Was this translation helpful? Give feedback.
extrahead
is a block, not a configurations setting. Use theme extension to add custom meta tags in a custommain.html
: