pages/[prefix]/swap/index.vue
<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>