Removes GA Gatsby plugin (#759)

- places original GA tag back into head
This commit is contained in:
Vim 2021-09-30 15:43:14 -07:00 committed by GitHub
commit bf80863460
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 5 additions and 66 deletions

View file

@ -15,6 +15,11 @@ const Layout = ({children, location, title}: ILayoutProps) => {
return (
<>
<Helmet title={title} defer={false}>
<script async
type="text/javascript"
id="_fed_an_ua_tag"
src="https://dap.digitalgov.gov/Universal-Federated-Analytics-Min.js?agency=DOI&sitetopic=cejst&enhlink=true">
</script>
</Helmet>
<URLFlagProvider location={location}>
<J40Header />