I'm trying to make the move to Sage 9 as a starter template, however when I try use get_template_directory_uri()
I get a return from within the /resources directory.
Unfortunately the assets I want are in the dist folder, a sibling of resources (as per Sage 9's documentation)
I'm using @asset which works fine inside a blade, but I cannot access that from within another php file.
In Sage 8 and vanilla WordPress this was always the method I used to access my theme URI.
Is there something I'm doing wrong with this?
Thanks