access images uploaded into static without rebuild #5612
-
I'm creating a CMS that permit images upload into the default static folder but I can't access the images uploaded once the build has been made (the url pointing to the new asset fallsback to the index page). |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
Ok I got it sorted by using a node adapter and sirv. |
Beta Was this translation helpful? Give feedback.
-
Why can't we provide an out of the box 'upload' directory? |
Beta Was this translation helpful? Give feedback.
Ok I got it sorted by using a node adapter and sirv.