How do I use the public folder in the built Next project?
Unanswered
Albacore posted this in #help-forum
AlbacoreOP
In develop method, user access public folder of next js project.
but after build, if user upload other data to public folder, user can not access there.
I need help.
but after build, if user upload other data to public folder, user can not access there.
I need help.
2 Replies
@Albacore In develop method, user access public folder of next js project.
but after build, if user upload other data to public folder, user can not access there.
I need help.
It's not readable. Use a third party provider for it. Many of us use s3 or r2. Maybe you want to use them too?
@Albacore solved?