Skip to content
Merged
Show file tree
Hide file tree
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
Binary file added apps/site/public/og/og-query-insights.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
14 changes: 5 additions & 9 deletions apps/site/src/app/query-insights/page.tsx
Original file line number Diff line number Diff line change
@@ -1,13 +1,6 @@
import React from "react";

import { CardSection } from "@/components/homepage/card-section/card-section";
import { Metadata } from "next";
import { Badge, Button, Card } from "@prisma/eclipse";
import {
QueryInsightsBars,
QueryInsightsLine,
QueryInsightsTable,
} from "../../components/query-insights";
import { Button } from "@prisma/eclipse";

export async function generateMetadata(): Promise<Metadata> {
return {
Expand All @@ -23,7 +16,7 @@ export async function generateMetadata(): Promise<Metadata> {
siteName: "Prisma",
images: [
{
url: "/og-images/og-query-insights.png",
url: "/og/og-query-insights.png",
width: 1200,
height: 630,
alt: "Prisma Query Insights",
Expand Down Expand Up @@ -84,6 +77,8 @@ export default async function Page() {
</i>
</div>
</div>
{/*

<div className="relative my-12!">
<div className="section-latency max-w-253 px-4 w-full mx-auto! relative">
<div className="grid md:grid-cols-2 gap-2">
Expand Down Expand Up @@ -125,6 +120,7 @@ export default async function Page() {
</div>
</div>
</div>
*/}
<div className="relative my-12!">
<div className="section-features max-w-308 px-4 mx-auto! w-full">
<CardSection
Expand Down
Loading