Compare commits

..

2 Commits

Author SHA1 Message Date
Ryan Moon 714b48c817 update analytics link 2024-08-15 08:08:47 -04:00
Ryan Moon 72bc9fba05 update product links 2024-08-12 01:49:38 -04:00
4 changed files with 7 additions and 11 deletions

View File

@ -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>

View File

@ -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>

View File

@ -5,11 +5,11 @@
<template> <template>
<div class="products"> <div class="products">
<h2>Tinysites Products</h2> <h2>Tinysites Products</h2>
<NuxtLink :to="host + '/new'" target="_BLANK"> <NuxtLink :to="host + 'new'" target="_BLANK">
<h3>Website Builder</h3> <h3>Website Builder</h3>
<p>Sharing recipes or starting a business, we make it easy to launch your website.</p> <p>Sharing recipes or starting a business, we make it easy to launch your website.</p>
</NuxtLink> </NuxtLink>
<NuxtLink :to="host + '/pricing#domains'" target="_BLANK"> <NuxtLink :to="host + 'pricing#domains'" target="_BLANK">
<h3>Domain Names</h3> <h3>Domain Names</h3>
<p>Host your website using a domain name with one of our premium extensions.</p> <p>Host your website using a domain name with one of our premium extensions.</p>
</NuxtLink> </NuxtLink>

View File

@ -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>