All Questions
2 questions
2
votes
1
answer
772
views
How to add a Google AdSense async script into my SSR remix run website
After going through a lot of hurdles I managed to put on the ads.txt file, robots.txt and dynamic sitemap.xml to my site and they all work flawlessly.
A while back my website was approved by google ...
13
votes
1
answer
11k
views
how to redirect from a utility function in remix run
I am using Remix-run and i want to redirect to my login page from a auth utility function. but it doesnt work. here is a similar function to my authentication utility method
import { redirect } from '...