-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathapp.vue
More file actions
27 lines (26 loc) · 1.59 KB
/
app.vue
File metadata and controls
27 lines (26 loc) · 1.59 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
<script setup lang="ts">
useSeoMeta({
title: "Jira Software",
ogTitle: "Jira Software",
description:
"Jira Software is a state-of-the-art web application built with Nuxt 3, enhanced by the intuitive Nuxt UI, powered by the backend flexibility of Appwrite, and meticulously typed with TypeScript. This project aims to deliver a seamless, high-performance user experience while ensuring robust backend services and a maintainable codebase",
ogDescription:
"Jira Software is a state-of-the-art web application built with Nuxt 3, enhanced by the intuitive Nuxt UI, powered by the backend flexibility of Appwrite, and meticulously typed with TypeScript. This project aims to deliver a seamless, high-performance user experience while ensuring robust backend services and a maintainable codebase",
twitterDescription:
"Jira Software is a state-of-the-art web application built with Nuxt 3, enhanced by the intuitive Nuxt UI, powered by the backend flexibility of Appwrite, and meticulously typed with TypeScript. This project aims to deliver a seamless, high-performance user experience while ensuring robust backend services and a maintainable codebase",
ogImage: "https://links.shoha-coder.uz/jira/opengraph.png",
ogImageUrl: "https://links.shoha-coder.uz/jira/opengraph.png",
twitterCard: "summary_large_image",
ogUrl: "https://jira.shoha-coder.uz",
ogType: "website",
twitterTitle: "Jira Software",
twitterImage: "https://links.shoha-coder.uz/jira/opengraph.png",
author: "Shoha_Coder",
});
</script>
<template>
<NuxtLayout>
<NuxtPage />
<UNotifications />
</NuxtLayout>
</template>