mirror of
https://github.com/Litlyx/litlyx
synced 2025-12-09 23:48:36 +01:00
35 lines
1.7 KiB
Vue
35 lines
1.7 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!',
|
|
keywords: 'Litlyx, analytics tracking, real-time analytics, open-source analytics, minimal setup, KPI tracking, one line of code, high customization, AI data analyst assistant, report generation, user-friendly analytics, business intelligence, data visualization, performance metrics, customizable dashboards, data insights, seamless integration, powerful analytics',
|
|
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-lyx-background">
|
|
<NuxtLayout>
|
|
<NuxtPage></NuxtPage>
|
|
</NuxtLayout>
|
|
</div>
|
|
|
|
</template>
|