Skip to content
This repository was archived by the owner on Oct 15, 2025. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions src/app.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,17 @@
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<meta property="og:locale" content="en_US" />
<meta property="og:site_name" content="Kuzu" />
<meta property="og:image" content="https://kuzudb.com/img/kuzu-logo.png" />
<meta property="og:type" content="article" />
<meta name="twitter:card" content="summary" />
<meta property="twitter:image" content="https://kuzudb.com/img/kuzu-logo.png" />
<meta name="twitter:site" content="@kuzudb" />
<meta name="description" content="Kuzu is an embedded graph database that supports the Cypher query language. Built by a team of database experts with a relentless drive towards performance, scalability and usability, Kuzu offers a state-of-the-art query processor for graphs and is the ideal foundation for your graph-based analytical applications.">

<meta charset="utf-8" />
<link rel="icon" href="%sveltekit.assets%/favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
Expand Down