chore: manually add assets

This commit is contained in:
Nelson Jovel 2024-01-09 15:36:09 -08:00
parent 86dd159a99
commit 7ae453a61c
29 changed files with 188015 additions and 20211 deletions

View file

@ -0,0 +1,12 @@
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=<%= google_analytics_id %>"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag('js', new Date());
gtag('config', <%= google_analytics_id.to_json.html_safe %>);
</script>