I have created a Sails JS app. I have added favicon icon by adding following line in layout.js
<link rel="shortcut icon" href="wb-favicon.png"/>
This works for the routes like "/dashboard","/user" but not working for routes like "/reports/myreport","/user/add". In short if I use multilevel routes the favicon not showing.
Any solution?