chore(page.tsx): update link to unkey.dev in Home component

chore(page.tsx): update link to unkey.dev in ProjectsPage component
feat(projects): add unkey.dev project to list of projects
feat(projects): update featured project to unkey.dev
feat(projects): update top2 project to planetfall
feat(projects): update top3 project to highstorm
feat(projects): add content for unkey.dev project
This commit is contained in:
chronark 2023-07-04 20:16:55 +02:00
parent c5b1359566
commit 10ece99aac
No known key found for this signature in database
4 changed files with 661 additions and 623 deletions

View File

@ -49,10 +49,10 @@ export default function Home() {
and working on{" "}
<Link
target="_blank"
href="https://planetfall.io"
href="https://unkey.dev"
className="underline duration-500 hover:text-zinc-300"
>
planetfall.io
unkey.dev
</Link>{" "}
at night.
</h2>

View File

@ -20,11 +20,9 @@ export default async function ProjectsPage() {
return acc;
}, {} as Record<string, number>);
const featured = allProjects.find(
(project) => project.slug === "planetfall",
)!;
const top2 = allProjects.find((project) => project.slug === "highstorm")!;
const top3 = allProjects.find((project) => project.slug === "envshare")!;
const featured = allProjects.find((project) => project.slug === "unkey")!;
const top2 = allProjects.find((project) => project.slug === "planetfall")!;
const top3 = allProjects.find((project) => project.slug === "highstorm")!;
const sorted = allProjects
.filter((p) => p.published)
.filter(

View File

@ -0,0 +1,13 @@
---
title: unkey.dev
description: Unkey is an open source API Key management solution. It allows you to create, manage and validate API Keys for your users. Its built with security and speed in mind.
date: "2023-07-01"
url: https://unkey.dev
published: true
repository: chronark/unkey
---
[![](https://unkey.dev/images/landing/app.png)](https://planetfall.io)
Unkey is an open source API Key management solution. It allows you to create, manage and validate API Keys for your users. Its built with security and speed in mind.

1259
pnpm-lock.yaml generated

File diff suppressed because it is too large Load Diff