Results 2 issues of Ratko

I have followed the set up instructions on: https://www.npmjs.com/package/angular-gtag npm i angular-gtag in app.module.ts: ` GtagModule.forRoot({ trackingId: environment.GOOGLE_TAG_ID, trackPageviews: true }), ` Angular version: 10.1.1 On **ng serve** I am...

Hi all, can anyone help me with redirects, I have AWS S3 hosted website and I am using **gatsby-plugin-s3**. I am getting the redirects data from Sanity and then I...