Skip to content

Commit

Permalink
feat: add meta description
Browse files Browse the repository at this point in the history
  • Loading branch information
invisal committed Mar 8, 2024
1 parent bf5c7e5 commit 813c43e
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/app/page.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,14 @@
import { Metadata } from "next";
import Link from "next/link";
import Script from "next/script";
import { PropsWithChildren } from "react";

export const metadata: Metadata = {
title: "LibSQL Studio - Fast and powerful LibSQL client on your browser",
description:
"LibSQL Studio - Fast and powerful LibSQL client on your browser",
};

function Topbar() {
return (
<header className="border-b">
Expand Down

0 comments on commit 813c43e

Please sign in to comment.