kodadot/nft-gallery

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

Summary

Maintainability
Test Coverage
<template>
  <CreateLanding />
</template>

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

useSeoMeta({
  title: 'Create carbonless NFTs',
  ogTitle: 'Create carbonless NFTs',
  description: 'Create carbonless NFTs with low on-chain fees',
  ogDescription: 'Create carbonless NFTs with low on-chain fees',
  ogImage: '/k_card.png',
  twitterCard: 'summary_large_image',
  ogUrl: '/create',
})
</script>