Redirect domain from root to www subdomain through cloudflare

Since Astro supports Scripts tag, this should be fairly simple. Just paste the entire Google Analytics Script tag in the file which common in your platform and you are good to go.

I have added it inside my header component as it is one common piece on the website.

<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-90J0SNHXVV"></script>
<script>
    window.dataLayer = window.dataLayer || [];
    function gtag(){dataLayer.push(arguments);}
    gtag('js', new Date());
    gtag('config', 'G-90J0SNHXVV');
</script>

Hwllo World

Courses

Get Started with AstroJS

Course on React

Course on Tailwind

Course on React Native

Course on Express

Course on Cloudflare Worker

Course on Rust