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();
|
||||
|
||||
@@ -38,6 +38,7 @@
|
||||
"name": "Languages & Worldbuilding"
|
||||
},
|
||||
"contact": {
|
||||
"description": "Send me an email",
|
||||
"name": "Contact",
|
||||
"toast": {
|
||||
"success": "Email sent!",
|
||||
|
||||
@@ -39,6 +39,7 @@
|
||||
},
|
||||
"contact": {
|
||||
"name": "Contact",
|
||||
"description": "M’envoyer un couriel",
|
||||
"toast": {
|
||||
"success": "Couriel envoyé !",
|
||||
"error": "Erreur lors de l'envoi du message"
|
||||
|
||||
Reference in New Issue
Block a user