Hello. I need to save the logo in the root folder for use in the iOS icon like this tutorial.
Maybe you have some idea?
https://howchoo.com/webdev/how-to-create-an-iphoneipadios-home-screen-icon-for-your-website
Thanks.
Solved! Go to Solution.
Views
Replies
Total Likes
Hi
You can store it in AEM DAM and add a rewrite rule at dispatcher/apache to map apple-touch-icon.png
example apple-touch-icon.png with /content/dam/myapp/apple/apple-touch-icon.png.
RewriteRule ^apple-touch-icon.png $/content/dam/myapp/apple/apple-touch-icon.png [PT,L]
Hi
You can store it in AEM DAM and add a rewrite rule at dispatcher/apache to map apple-touch-icon.png
example apple-touch-icon.png with /content/dam/myapp/apple/apple-touch-icon.png.
RewriteRule ^apple-touch-icon.png $/content/dam/myapp/apple/apple-touch-icon.png [PT,L]
Thanks. Resolved via CDN. We don't use dispatcher/apache.
Views
Likes
Replies