mirror of
https://github.com/DOI-DO/j40-cejst-2.git
synced 2025-07-29 07:51:16 -07:00
remove GA script tag and use Gatsby plugin (#756)
This commit is contained in:
parent
5e03ba4fac
commit
ca7d688623
4 changed files with 66 additions and 5 deletions
|
@ -15,11 +15,6 @@ 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">
|
||||
</script>
|
||||
</Helmet>
|
||||
<URLFlagProvider location={location}>
|
||||
<J40Header />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue