We followed "https://helpx.adobe.com/experience-manager/using/AEM63_favicon.html" to assign a favicon to each adaptive form.
1. The folder /etc/designs/ does not exists so we create this folder (sling:folder)
2. added a cq:page with our project name and added a favicon to this page as a child.
crx/de
Updated our adaptive form:
3. /content/forms/af/<project name>/<adaptive form name>/jcr:content
4. added node "cq:designPath" of type String with value "/etc/designs/<project name>"
Yeah.. FavIcon is now available
Issue is that we get an additional CSS file in the html <head> that does not exists and the browser console report this error.
Error:
Refused to apply style from 'https://<server>:<port>/etc/designs/<project name>.css' because its MIME type ('text/html') is not a supported stylesheet MIME type, and strict MIME checking is enabled.
Actual the browser is trying to load the file, but the server respond with a 404 as the file does not exists. (log file entry in "request.log")