kodadot/nft-gallery

View on GitHub
pages/error.vue

Summary

Maintainability
Test Coverage
<template>
  <Error />
</template>

<script lang="ts" setup>
useSeoMeta({
  title: 'Error',
  ogTitle: 'Error',
  description:
    'Oops! Something went wrong. We apologize for the inconvenience. Our team is already working on fixing the issue. In the meantime, you may return to the homepage or try again later.',
  ogDescription:
    'Oops! Something went wrong. We apologize for the inconvenience. Our team is already working on fixing the issue. In the meantime, you may return to the homepage or try again later.',
  ogUrl: '/error',
})
</script>