File tree Expand file tree Collapse file tree 2 files changed +10
-12
lines changed Expand file tree Collapse file tree 2 files changed +10
-12
lines changed Original file line number Diff line number Diff line change 11module . exports = {
2- presets : [ require . resolve ( '@docusaurus/core/lib/babel/preset' ) ] ,
2+ presets : [
3+ require . resolve ( '@docusaurus/core/lib/babel/preset' ) ,
4+ {
5+ gtag : {
6+ trackingID : 'G-MNT2DFSGCM' ,
7+ } ,
8+ } ,
9+ ] ,
310} ;
Original file line number Diff line number Diff line change @@ -5,8 +5,6 @@ import useDocusaurusContext from '@docusaurus/useDocusaurusContext';
55import Layout from '@theme/Layout' ;
66import HomepageFeatures from '@site/src/components/HomepageFeatures' ;
77
8- import ReactGA from 'react-ga' ;
9-
108import helmsman from '/static/img/cyclops_helmsman.png' ;
119import nuqleus from '/static/img/nuqleus_logo.png' ;
1210
@@ -41,17 +39,10 @@ function HomepageHeader() {
4139}
4240
4341export default function Home ( ) {
44- const { siteConfig} = useDocusaurusContext ( ) ;
4542 return (
4643 < Layout
47- title = { `Developer firendly Kubernetes` }
48- description = "Description will go into a meta tag in <head />" >
49- < BrowserOnly fallback = { < div > Loading...</ div > } >
50- { ( ) => {
51- ReactGA . initialize ( 'G-MNT2DFSGCM' ) ;
52- ReactGA . pageview ( window . location . pathname + window . location . search ) ;
53- } }
54- </ BrowserOnly >
44+ title = { `Developer friendly Kubernetes` }
45+ description = "Developer friendly Kubernetes" >
5546 < HomepageHeader />
5647 < main >
5748 < HomepageFeatures />
You can’t perform that action at this time.
0 commit comments