fix(contact): update metadata of contact page
This commit is contained in:
@@ -96,6 +96,12 @@
|
||||
<script setup lang="ts">
|
||||
import type { FormSubmitEvent } from '@nuxt/ui';
|
||||
import { z } from 'zod';
|
||||
|
||||
useMeta({
|
||||
title: $t('pages.contact.name'),
|
||||
description: $t('pages.contact.description'),
|
||||
});
|
||||
|
||||
const toast = useToast();
|
||||
|
||||
const { postContact } = useBackend();
|
||||
|
||||
Reference in New Issue
Block a user