kodadot/nft-gallery

View on GitHub
pages/[prefix]/swap/index.vue

Summary

Maintainability
Test Coverage
<template>
  <SwapLanding />
</template>

<script lang="ts" setup>
definePageMeta({
  layout: 'background-layout',
})

useSeoMeta({
  title: 'Swap NFTs',
  ogTitle: 'Swap NFTs',
  description: 'Trade NFTs on Koda marketplace',
  ogDescription: 'Trade NFTs on Koda marketplace',
  ogImage: '/k_card.png',
  twitterCard: 'summary_large_image',
})
</script>