-
My project has the structure: -RR.yaml I have the following section under my http section of RR.yaml:
In the html head, I have link tags attempting to access these files. I've tried different strategies but the requests keep hitting the framework rather than being handled by the RR server. So far, I've tried the following url patterns: /assets/vendor/file ASSET_URL = localhost:8080 Even attempting to visit the raw path through the browser. They all yield same outcome ie hitting suphle's default 404 page. How do I load assets from my public folder? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hey @nmeri17 👋🏻 If you want to serve the whole folder independent, consider using the |
Beta Was this translation helpful? Give feedback.
Do not forget to enable the
static
middleware.