Serve custom assets #1726
Unanswered
KarelRuzicka
asked this question in
Q&A
Replies: 1 comment
-
|
The I'm not 100% sure if this is the best way, but you could use the |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hey all,
I would like to use some custom stylesheets with OpenCloud. I have already figured out that specifying
"styles" : [{ "href": "stylesheet.css" }]in the webapp config lets me link a stylesheet, but now i need to actually serve my stylesheet so the web app can load it.So far, I have tried the
WEB_ASSET_PATHenvironment variable, but it either doesn't serve the assets or i cannot figure out where they are actually served.Any idea how to achieve this?
Beta Was this translation helpful? Give feedback.
All reactions