Added more translations to meta and delete modals
This commit is contained in:
@@ -1,12 +1,18 @@
|
||||
<script lang="ts" setup>
|
||||
useHead({
|
||||
title: "TTTools — Calendriers de JDR",
|
||||
titleTemplate: null
|
||||
})
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<main class="p-8">
|
||||
<Head>
|
||||
<Title>
|
||||
TTTools — {{ $t('head.title') }}
|
||||
</Title>
|
||||
<Meta name="description" :content="$t('head.description')" />
|
||||
</Head>
|
||||
|
||||
<Heading>TTTools</Heading>
|
||||
</main>
|
||||
</template>
|
||||
|
||||
Reference in New Issue
Block a user