-
I tried all of the following but none of them allows me to serve static files under "/" directly. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
Unfortunately there's no support for that feature. Funny enough, that same issue was brought up yesterday day in the discord server. This issue will be moved to the top of my priority list since I've seen it mentioned several times already |
Beta Was this translation helpful? Give feedback.
-
This feature is now supported in the latest version v1.1.7. I've also added corresponding functions (named the same) to mount files. So now you can mount them like this: |
Beta Was this translation helpful? Give feedback.
This feature is now supported in the latest version v1.1.7. I've also added corresponding functions (named the same) to mount files. So now you can mount them like this:
staticfiles("content", "/")
.