Skip to content

Commit

Permalink
fix: update banner
Browse files Browse the repository at this point in the history
unfortunately cannot using image outside cloudinary, because the package i'm using on CloudinaryImage
  • Loading branch information
yogyy committed Aug 10, 2024
1 parent fa6c9a5 commit 3430567
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/content/projects/notflox.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: Notflox
description: Movie App
category: Personal Project
banner: https://pbs.twimg.com/media/GUizpliWUAABJsz?format=webp&name=large
banner: https://res.cloudinary.com/dpegakmzh/image/upload/v1723296214/notflox_thumbnail_10-08-2024.webp
url: https://notflox.vercel.app/
techs: NextJS, Tailwind, RadixUI, MongoDB, ReactQuery
github: https://github.com/yogyy/Netflix-Movie-App
Expand Down Expand Up @@ -38,7 +38,7 @@ The goal of my project is to provide a user-friendly and visually appealing movi
<TechMdx techs={['nextjs', 'tailwindcss', 'radix', 'mongodb', 'reactquery']} />
</div>

The Notflox project uses a range of technologies & libraries, including:
This project uses a range of technologies & libraries, including:

- Next.js: Used as the main framework for building the project, providing server-side rendering, easy routing, and optimized builds.

Expand Down

0 comments on commit 3430567

Please sign in to comment.