How to move broswer static content to CDN in Angular 17 SSR
We are building SEO optimised site using Angular 17 SSR. To make our site load faster we decided to move statics files to S3 and Added s3’s cdn path instead of browswer path for serving the static files like html , css , javascripts etc.