mirror of
https://github.com/DOI-DO/j40-cejst-2.git
synced 2025-07-31 05:51:18 -07:00
Removes GA Gatsby plugin (#759)
- places original GA tag back into head
This commit is contained in:
parent
ca7d688623
commit
bf80863460
4 changed files with 5 additions and 66 deletions
|
@ -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 />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue