Skip to content

Commit

Permalink
fix: about og image text
Browse files Browse the repository at this point in the history
  • Loading branch information
moinulmoin committed Sep 3, 2023
1 parent 7038772 commit 645aead
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion src/app/about/opengraph-image.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ export default async function OG() {
}}
tw="text-8xl font-bold leading-loose text-transparent"
>
Changelog
About
</h1>
<div tw="flex items-center">
<img
Expand Down
15 changes: 15 additions & 0 deletions src/content/about/1tech-stack.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
---
title: Tech Stack
---

- Language: **[Typescript](https://www.typescriptlang.org/)**
- Framework: **[Next.js](https://nextjs.org/)**
- Styling: **[Tailwind CSS](https://tailwindcss.com/)**
- Component Library: **[Shadcn/ui](https://ui.shadcn.com/)**
- Database: **[Postgres](https://vercel.com/postgres)**
- ORM: **[Prisma](https://www.prisma.io/)**
- Authentication: **[NextAuth.js](https://next-auth.js.org/)**
- Deployment: **[Vercel](https://vercel.com/)**
- Email: **[Resend](https://resend.com/)**
- File Storage: **[UploadThing](https://uploadthing.com/)**
- Linting & Formatting: **[ESLint](https://eslint.org/)** & **[Prettier](https://prettier.io/)**
File renamed without changes.
15 changes: 0 additions & 15 deletions src/content/about/tech-stack.md

This file was deleted.

1 comment on commit 645aead

@vercel
Copy link

@vercel vercel bot commented on 645aead Sep 3, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.