Skip to content

Commit

Permalink
🔀 Merge #486 updates to deploy/rinkeby
Browse files Browse the repository at this point in the history
  • Loading branch information
AuroraHuang22 committed Sep 28, 2024
2 parents b537781 + a13c1ab commit f09ac21
Show file tree
Hide file tree
Showing 2 changed files with 335 additions and 333 deletions.
4 changes: 2 additions & 2 deletions pages/nft/url/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -648,8 +648,8 @@ export default class FetchIndex extends Vue {
logTrackerEvent(this, 'NFTUrlMint', 'CrawlUrlData', this.url, 1);
const { data } = await this.$axios.get(`/crawler/?url=${encodeURIComponent(this.encodedURL)}&wallet=${this.address}`)
const { title, description, author, body, images = [] } = data;
let {keywords} = data;
if(isNewsPress) {
let { keywords } = data;
if (isNewsPress) {
keywords = keywords ? `${keywords},NewsPress` : 'NewsPress';
}
if (!body) { throw new Error('CANNOT_CRAWL_THIS_URL') }
Expand Down
Loading

0 comments on commit f09ac21

Please sign in to comment.