You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The content in public folder are static and will not be able to be changed dynamically after the nextjs app started. I.e. when a new image added to the pulbic folder, it is not accessible outside the nextjs app. It will be helpful if nextjs provide an API to 'refresh' public folder after content changed.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Goals
Non-Goals
Background
The content in public folder are static and will not be able to be changed dynamically after the nextjs app started. I.e. when a new image added to the pulbic folder, it is not accessible outside the nextjs app. It will be helpful if nextjs provide an API to 'refresh' public folder after content changed.
Proposal
To add a new API to refresh public folder
Beta Was this translation helpful? Give feedback.
All reactions