# @asset Acorn includes relative path twice

**URL:** https://discourse.roots.io/t/asset-acorn-includes-relative-path-twice/23046
**Category:** acorn
**Tags:** sage10
**Created:** 2022-05-04T17:08:45Z
**Posts:** 1

## Post 1 by @marcelbusch — 2022-05-04T17:08:45Z

When I use the `@asset` directive in my Sage10 theme, I get urls in the form of `https://myurl.com/app/themes/mytheme/public/app/themes/mytheme/public/images/logo.png` so the path to my theme is included twice - when the image exists. With `@asset('images/example.png) ` (which doesn’t exist) i get a url that looks fine. Could that be a configuration issue? Acorn version is 2.0.3
