File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -6,12 +6,12 @@ class MyDocument extends Document {
66 render ( ) {
77 return (
88 < Html data-theme = { DEFAULT_THEME } >
9- < Head >
109 < Script
1110 async
1211 src = "https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-6202902142885850"
1312 crossOrigin = "anonymous"
1413 />
14+ < Head >
1515 < meta
1616 name = "description"
1717 content = "It's time to lock in."
Original file line number Diff line number Diff line change @@ -10,12 +10,12 @@ import Script from 'next/script'
1010const Home : NextPage = ( ) => {
1111 return (
1212 < >
13+ < Script
14+ async
15+ src = "https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-6202902142885850"
16+ crossOrigin = "anonymous"
17+ />
1318 < Head >
14- < Script
15- async
16- src = "https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-6202902142885850"
17- crossOrigin = "anonymous"
18- />
1919 < title > Lock TF In</ title >
2020 < meta
2121 name = "description"
You can’t perform that action at this time.
0 commit comments