update analytics link
parent
72bc9fba05
commit
714b48c817
6
app.vue
6
app.vue
|
@ -1,6 +1,4 @@
|
||||||
<script setup>
|
<script setup>
|
||||||
const host = hostname()
|
|
||||||
|
|
||||||
useHead({
|
useHead({
|
||||||
htmlAttrs: [
|
htmlAttrs: [
|
||||||
{ lang: 'en'}
|
{ lang: 'en'}
|
||||||
|
@ -17,7 +15,7 @@
|
||||||
{ name: 'theme-color', content: '#ffffff' }
|
{ name: 'theme-color', content: '#ffffff' }
|
||||||
],
|
],
|
||||||
script: [
|
script: [
|
||||||
{ defer: 'true', 'data-domain': host, src: 'https://pa.tinysites.com/js/latest.js' }
|
{ defer: 'true', 'data-domain': 'whois.tinysites.com', src: 'https://pa.tinysites.com/js/latest.js' }
|
||||||
]
|
]
|
||||||
})
|
})
|
||||||
</script>
|
</script>
|
||||||
|
|
|
@ -16,7 +16,7 @@
|
||||||
<span class="icon-chevron-down" xlink:href="#expand" ></span>
|
<span class="icon-chevron-down" xlink:href="#expand" ></span>
|
||||||
<span class="icon-chevron-up" xlink:href="#close" ></span>
|
<span class="icon-chevron-up" xlink:href="#close" ></span>
|
||||||
</summary>
|
</summary>
|
||||||
<p>To use our Whois lookup tool, enter the domain name your searching for (eg: web.sites) in the search bar above and we'll provide data related to that domain. </p>
|
<p>To use our Whois lookup tool, enter the domain name your searching for (eg: site.nh) in the search bar above and we'll provide data related to that domain. </p>
|
||||||
</details>
|
</details>
|
||||||
|
|
||||||
<details>
|
<details>
|
||||||
|
|
|
@ -1,6 +1,4 @@
|
||||||
<script setup>
|
<script setup>
|
||||||
const host = hostname()
|
|
||||||
|
|
||||||
useHead({
|
useHead({
|
||||||
htmlAttrs: [
|
htmlAttrs: [
|
||||||
{ lang: 'en'}
|
{ lang: 'en'}
|
||||||
|
@ -17,7 +15,7 @@
|
||||||
{ name: 'theme-color', content: '#ffffff' }
|
{ name: 'theme-color', content: '#ffffff' }
|
||||||
],
|
],
|
||||||
script: [
|
script: [
|
||||||
{ defer: 'true', 'data-domain': host, src: 'https://pa.tinysites.com/js/latest.js' }
|
{ defer: 'true', 'data-domain': 'whois.tinysites.com', src: 'https://pa.tinysites.com/js/latest.js' }
|
||||||
]
|
]
|
||||||
})
|
})
|
||||||
</script>
|
</script>
|
||||||
|
|
Loading…
Reference in New Issue