Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: circumvent opengraph namespace caching #1799

Merged
merged 1 commit into from
Jan 13, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions pages/carbonless.vue
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,7 @@ import { Component, Vue } from 'nuxt-property-decorator'
const title = 'KodaDot cares about environmental impact'
const metaData = {
title,
type: 'article',
url: `${this.$config.baseUrl}/carbonless`,
image: `${this.$config.baseUrl}/k_card_mint.png`,
}
Expand Down
1 change: 1 addition & 0 deletions pages/contact.vue
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ import Contact from '@/components/landing/Contact.vue'
const title = 'KodaDot cares about environmental impact'
const metaData = {
title,
type: 'article',
url: `${this.$config.baseUrl}/contact`,
image: `${this.$config.baseUrl}/k_card_mint.png`,
}
Expand Down
1 change: 1 addition & 0 deletions pages/partnership.vue
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ import { Component, Vue } from 'nuxt-property-decorator'
const title = 'KodaDot cares about environmental impact'
const metaData = {
title,
type: 'article',
url: `${this.$config.baseUrl}/partnership`,
image: `${this.$config.baseUrl}/k_card_mint.png`,
}
Expand Down
1 change: 1 addition & 0 deletions pages/permafrost/create.vue
Original file line number Diff line number Diff line change
Expand Up @@ -195,6 +195,7 @@ const components = {
const title = 'KodaDot | Low fees and low carbon minting'
const metaData = {
title,
type: 'article',
description: 'Create carbonless NFTs with low on-chain fees',
url: '/permafrost/create',
image: `${this.$config.baseUrl}/k_card_mint.png`,
Expand Down
1 change: 1 addition & 0 deletions pages/rmrk/admin.vue
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ import AdminPanel from '@/components/rmrk/Create/Admin/AdminPanel.vue'
const title = 'KodaDot | Low fees and low carbon minting'
const metaData = {
title,
type: 'profile',
description: 'Create carbonless NFTs with low on-chain fees',
url: '/rmrk/admin',
image: `${this.$config.baseUrl}/k_card_mint.png`,
Expand Down
1 change: 1 addition & 0 deletions pages/rmrk/collection/_id.vue
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ import CollectionItem from '@/components/rmrk/Gallery/CollectionItem.vue'
const title = this.currentlyViewedCollection.name
const metaData = {
title,
type: 'profile',
description: this.currentlyViewedCollection.description,
url: this.$route.path,
image: image,
Expand Down
1 change: 1 addition & 0 deletions pages/rmrk/collections.vue
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ const components = {
const title = 'Low minting fees and carbonless NFTs'
const metaData = {
title,
type: 'profile',
description: 'Buy Carbonless NFTs on Kusama',
url: '/rmrk/collections',
image: `${this.$config.baseUrl}/k_card_collections.png`,
Expand Down
1 change: 1 addition & 0 deletions pages/rmrk/detail/_id.vue
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ import { generateNftImage } from '@/utils/seoImageGenerator'
const title = this.currentlyViewedItem.title
const metaData = {
title,
type: 'profile',
description: this.currentlyViewedItem.description,
url: this.$route.path,
image: this.image,
Expand Down
1 change: 1 addition & 0 deletions pages/rmrk/gallery/_id.vue
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ import { generateNftImage } from '@/utils/seoImageGenerator'
const title = this.currentlyViewedItem.name
const metaData = {
title,
type: 'profile',
description: this.currentlyViewedItem.description,
url: this.$route.path,
image: this.image,
Expand Down
1 change: 1 addition & 0 deletions pages/rmrk/gallery/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ import { Component, Vue } from 'nuxt-property-decorator'
const title = 'Low minting fees and carbonless NFTs'
const metaData = {
title,
type: 'profile',
description: 'Buy Carbonless NFTs on Kusama',
url: '/rmrk/gallery',
image: `${this.$config.baseUrl}/k_card_gallery.png`,
Expand Down
1 change: 1 addition & 0 deletions pages/rmrk/mint.vue
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ import SimpleMint from '@/components/rmrk/Create/SimpleMint.vue'
const title = 'KodaDot | Low fees and low carbon minting'
const metaData = {
title,
type: 'article',
description: 'Create carbonless NFTs with low on-chain fees',
url: '/mint',
image: `${this.$config.baseUrl}/k_card_mint.png`,
Expand Down
1 change: 1 addition & 0 deletions pages/rmrk/u/_id.vue
Original file line number Diff line number Diff line change
Expand Up @@ -178,6 +178,7 @@ const eq = (tab: string) => (el: string) => tab === el
const title = 'NFT Artist Profile on KodaDot'
const metaData = {
title,
type: 'profile',
description: this.firstNFTData.description || 'Find more NFTs from this creator',
url: `/westmint/u/${this.id}`,
image: this.firstNFTData.image || this.defaultNFTImage,
Expand Down
1 change: 1 addition & 0 deletions pages/series-insight.vue
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ import { Component, Vue } from 'nuxt-property-decorator'
const title = 'NFT artist rank'
const metaData = {
title,
type: 'profile',
description: 'Discover new artists based on ranking',
url: '/series-insight',
image: `${this.$config.baseUrl}/k_card_series.png`,
Expand Down
1 change: 1 addition & 0 deletions pages/spotlight.vue
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ import { Component, Vue } from 'nuxt-property-decorator'
const title = 'NFT artist rank'
const metaData = {
title,
type: 'profile',
description: 'Discover new artists based on ranking',
url: '/spotlight',
image: `${this.$config.baseUrl}/k_card_spotlight.png`,
Expand Down
1 change: 1 addition & 0 deletions pages/statemine/collections.vue
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ import Collections from '@/components/rmrk/Gallery/Collections.vue'
const title = 'Low minting fees and carbonless NFTs'
const metaData = {
title,
type: 'profile',
description: 'Buy Carbonless NFTs on Kusama',
url: '/rmrk/collections',
image: `${this.$config.baseUrl}/k_card_collections.png`,
Expand Down
1 change: 1 addition & 0 deletions pages/statemine/create.vue
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ const components = { Collection, NFT }
const title = 'KodaDot | Low fees and low carbon minting'
const metaData = {
title,
type: 'article',
description: 'Create carbonless NFTs with low on-chain fees',
url: '/statemine/create',
image: `${this.$config.baseUrl}/k_card_mint.png`,
Expand Down
1 change: 1 addition & 0 deletions pages/statemine/u/_id.vue
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,7 @@ const eq = (tab: string) => (el: string) => tab === el
const title = 'NFT Artist Profile on KodaDot'
const metaData = {
title,
type: 'profile',
description: this.firstNFTData.description || 'Find more NFTs from this creator',
url: `/statemine/u/${this.id}`,
image: this.firstNFTData.image || this.defaultNFTImage
Expand Down
1 change: 1 addition & 0 deletions pages/sustainability.vue
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ import { Component, Vue } from 'nuxt-property-decorator'
@Component<Sustainibility>({
head() {
const metaData = {
type: 'article',
description: 'KodaDot: Sustainibility mission',
url: '/sustainibility',
image: `${this.$config.baseUrl}/k_card_mint.png`,
Expand Down
1 change: 1 addition & 0 deletions pages/westmint/collections.vue
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ import Collections from '@/components/rmrk/Gallery/Collections.vue'
const title = 'Low minting fees and carbonless NFTs'
const metaData = {
title,
type: 'profile',
description: 'Buy Carbonless NFTs on Kusama',
url: '/rmrk/collections',
image: `${this.$config.baseUrl}/k_card_collections.png`,
Expand Down
1 change: 1 addition & 0 deletions pages/westmint/create.vue
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ const components = { Collection, NFT }
const title = 'KodaDot | Low fees and low carbon minting'
const metaData = {
title,
type: 'article',
description: 'Create carbonless NFTs with low on-chain fees',
url: '/westmint/create',
image: `${this.$config.baseUrl}/k_card_mint.png`,
Expand Down
1 change: 1 addition & 0 deletions pages/westmint/u/_id.vue
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,7 @@ const eq = (tab: string) => (el: string) => tab === el
const title = 'NFT Artist Profile on KodaDot'
const metaData = {
title,
type: 'profile',
description: this.firstNFTData.description || 'Find more NFTs from this creator',
url: `/westmint/u/${this.id}`,
image: this.firstNFTData.image || this.defaultNFTImage,
Expand Down