Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
⚡️(frontend) add caching headers for static assets in Nginx config
Configured Nginx to set caching headers for static assets by adding a location block to match common static file extensions and set an expiration time of 30 days. It should result in faster loading times, reduced bandwidth usage, and a more efficient and responsive user experience. Wdyt @manuhabitela?
- Loading branch information