Skip to content

Commit

Permalink
fix: delete useServerSeo
Browse files Browse the repository at this point in the history
  • Loading branch information
gabaldon committed Apr 12, 2024
1 parent acbbc8d commit 90ef47a
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 62 deletions.
28 changes: 0 additions & 28 deletions packages/ui/components/DataFeedDetails.vue
Original file line number Diff line number Diff line change
Expand Up @@ -292,34 +292,6 @@ useHead({
},
],
})
// useServerSeoMeta({
// ogTitle: () =>
// `${normalizedFeed.value?.name ?? ''} Witnet Data Feed on ${normalizedFeed.value?.networkName ?? 'selected network'}`,
// title: () =>
// `${normalizedFeed.value?.name ?? ''} Witnet Data Feed on ${normalizedFeed.value?.networkName ?? 'selected network'}`,
// description: () =>
// `Last result of ${normalizedFeed.value?.name ?? ''} Witnet Data Feed on ${normalizedFeed.value?.networkName ?? 'selected network'} is ${lastResultValue.value} at ${lastResultDate.value}`,
// ogDescription: () =>
// `Last result of ${normalizedFeed.value?.name ?? ''} Witnet Data Feed on ${normalizedFeed.value?.networkName ?? 'selected network'} is ${lastResultValue.value} at ${lastResultDate.value}`,
// twitterTitle: () =>
// `${normalizedFeed.value?.name ?? ''} Witnet Data Feed on ${normalizedFeed.value?.networkName ?? 'selected network'}`,
// twitterDescription: () =>
// `Last result of ${normalizedFeed.value?.name ?? ''} Witnet Data Feed on ${normalizedFeed.value?.networkName ?? 'selected network'} is ${lastResultValue.value} at ${lastResultDate.value}`,
// })
// useSeoMeta({
// ogTitle: () =>
// `${normalizedFeed.value?.name ?? ''} Witnet Data Feed on ${normalizedFeed.value?.networkName ?? 'selected network'}`,
// title: () =>
// `${normalizedFeed.value?.name ?? ''} Witnet Data Feed on ${normalizedFeed.value?.networkName ?? 'selected network'}`,
// description: () =>
// `Last result of ${normalizedFeed.value?.name ?? ''} Witnet Data Feed on ${normalizedFeed.value?.networkName ?? 'selected network'} is ${lastResultValue.value} at ${lastResultDate.value}`,
// ogDescription: () =>
// `Last result of ${normalizedFeed.value?.name ?? ''} Witnet Data Feed on ${normalizedFeed.value?.networkName ?? 'selected network'} is ${lastResultValue.value} at ${lastResultDate.value}`,
// twitterTitle: () =>
// `${normalizedFeed.value?.name ?? ''} Witnet Data Feed on ${normalizedFeed.value?.networkName ?? 'selected network'}`,
// twitterDescription: () =>
// `Last result of ${normalizedFeed.value?.name ?? ''} Witnet Data Feed on ${normalizedFeed.value?.networkName ?? 'selected network'} is ${lastResultValue.value} at ${lastResultDate.value}`,
// })
</script>
<style lang="scss" scoped>
Expand Down
22 changes: 0 additions & 22 deletions packages/ui/components/EcosystemNetworkList.vue
Original file line number Diff line number Diff line change
Expand Up @@ -146,28 +146,6 @@ useHead({
},
],
})
// useServerSeoMeta({
// ogTitle: () => `Witnet Data Feeds on ${currentEcosystemSeoFormat.value}`,
// title: () => `Witnet Data Feeds on ${currentEcosystemSeoFormat.value}`,
// description: () =>
// `Explore the list of decentralized data feeds on ${currentEcosystemSeoFormat.value}, using the Witnet oracle network`,
// ogDescription: () =>
// `Explore the list of decentralized data feeds on ${currentEcosystemSeoFormat.value}, using the Witnet oracle network`,
// twitterTitle: () => `Witnet Data Feeds on ${currentEcosystemSeoFormat.value}`,
// twitterDescription: () =>
// `Explore the list of decentralized data feeds on ${currentEcosystemSeoFormat.value}, using the Witnet oracle network`,
// })
// useSeoMeta({
// ogTitle: () => `Witnet Data Feeds on ${currentEcosystemSeoFormat.value}`,
// title: () => `Witnet Data Feeds on ${currentEcosystemSeoFormat.value}`,
// description: () =>
// `Explore the list of decentralized data feeds on ${currentEcosystemSeoFormat.value}, using the Witnet oracle network`,
// ogDescription: () =>
// `Explore the list of decentralized data feeds on ${currentEcosystemSeoFormat.value}, using the Witnet oracle network`,
// twitterTitle: () => `Witnet Data Feeds on ${currentEcosystemSeoFormat.value}`,
// twitterDescription: () =>
// `Explore the list of decentralized data feeds on ${currentEcosystemSeoFormat.value}, using the Witnet oracle network`,
// })
</script>

<style lang="scss" scoped>
Expand Down
12 changes: 0 additions & 12 deletions packages/ui/components/LandingPage.vue
Original file line number Diff line number Diff line change
Expand Up @@ -49,18 +49,6 @@ onMounted(async () => {
store.updateSelectedNetwork({ networks: [] })
await store.fetchEcosystems()
})
// useServerSeoMeta({
// ogTitle: () => 'Data Feeds Explorer | Witnet',
// title: () => 'Data Feeds Explorer | Witnet',
// description: () =>
// 'Explore the list of decentralized data feeds to connect your smart contracts to real world events, using the Witnet oracle network',
// ogDescription: () =>
// 'Explore the list of decentralized data feeds to connect your smart contracts to real world events, using the Witnet oracle network',
// twitterTitle: () => 'Data Feeds Explorer | Witnet',
// twitterDescription: () =>
// 'Explore the list of decentralized data feeds to connect your smart contracts to real world events, using the Witnet oracle network',
// })
</script>

<style lang="scss" scoped>
Expand Down

0 comments on commit 90ef47a

Please sign in to comment.