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
Static files (such as images and JSON files) located in the public directory are consistently identified as text/html, preventing them from being cached even when the cache header is set.
Additionally, static files imported from the assets folder within the application directory fail to render during development due to an incorrect Content-Type of text/html. However, they function properly in production with hashed filenames.
The text was updated successfully, but these errors were encountered:
Static files (such as images and JSON files) located in the public directory are consistently identified as text/html, preventing them from being cached even when the cache header is set.
Additionally, static files imported from the assets folder within the application directory fail to render during development due to an incorrect Content-Type of text/html. However, they function properly in production with hashed filenames.
The text was updated successfully, but these errors were encountered: