Files
litlyx/landing/app.vue
2024-06-20 15:22:14 +02:00

34 lines
1.3 KiB
Vue

<script lang="ts" setup>
useSeoMeta({
title: 'Litlyx - One-Line Code Lightweight Analytics | AI Powered Analytics Dashboard',
ogTitle: 'Litlyx - One-Line Code Lightweight Analytics | AI Powered Analytics Dashboard',
description: 'Track over 10 KPIs effortlessly with Litlyx. One line of code, open-source, lightweight, custom events, AI Data-Analyst at your service and affordable. Start for free!',
ogDescription: 'Track over 10 KPIs effortlessly with Litlyx. One line of code, open-source, lightweight, custom events, AI Data-Analyst at your service and affordable. Start for free!',
author: 'Litlyx',
ogImage: 'https://litlyx.com/ogimage.jpg',
ogType: 'website',
ogUrl: 'https://litlyx.com',
twitterCard: 'summary_large_image',
twitterTitle: 'Litlyx - One-Line Code Lightweight Analytics | AI Powered Analytics Dashboard',
twitterDescription: 'Track over 10 KPIs effortlessly with Litlyx. One line of code, open-source, lightweight, custom events, AI Data-Analyst at your service and affordable. Start for free!',
twitterImage: 'https://litlyx.com/ogimage.jpg',
ogSiteName: 'Litlyx',
ogLocale: 'en_US',
ogImageWidth: '1200',
ogImageHeight: '630'
});
</script>
<template>
<div class="w-dvw h-dvh bg-[#151517]">
<NuxtLayout>
<NuxtPage></NuxtPage>
</NuxtLayout>
</div>
</template>