PWA with Iles
#270
-
Beta Was this translation helpful? Give feedback.
Answered by
userquin
Mar 7, 2024
Replies: 2 comments 1 reply
-
You need to add the web manifest in your layout, you can check how iles docs registers the web manifest here: I'll try to add support to auto-register also the web manifest soon (also PWA Assets Integration). |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
ElMassimo
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You need to add the web manifest in your layout, you can check how iles docs registers the web manifest here:
https://github.com/ElMassimo/iles/blob/main/docs/src/components/MetaTags.vue#L33
I'll try to add support to auto-register also the web manifest soon (also PWA Assets Integration).