Files
stats/apps/public/src/app/meta.ts
Carl-Gerhard Lindesvärd fab3a0d9a8 add public website
2024-02-04 21:35:17 +01:00

8 lines
438 B
TypeScript

import type { Metadata } from 'next';
export const defaultMeta: Metadata = {
title: 'Openpanel.dev | A Open-Source Analytics Library',
description:
'Unlock actionable insights effortlessly with Insightful, the open-source analytics library that combines the power of Mixpanel with the simplicity of Plausible. Enjoy a unified overview, predictable pricing, and a vibrant community. Join us in democratizing analytics today!',
};