When you deploy a Dancer application somewhere else, other than the root directory of a webserver, there are some things that have to change.
For instance, if you loaded <img src="/images/logo.png"> before, now you need to load <img src="<% request.uri_base %>/images/logo.png">