Skip to content

Commit

Permalink
image url using 3rd party instead, bruh
Browse files Browse the repository at this point in the history
  • Loading branch information
yogyy committed Jun 13, 2023
1 parent 47620b6 commit d3d41ba
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/components/clientComponent/project-list.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@ export const projects = [
slug: '/projects/notflox',
title: 'NOTFLOX',
description: 'Movie App',
banner: '/public/images/project/notflox_preview.webp',
banner:
'https://res.cloudinary.com/dpegakmzh/image/upload/v1686663246/notflox_preview_fc7g8r.webp',

url: 'https://yogyy-notflox.netlify.app',
techs: ['NextJS', 'Tailwind', 'HeadlessUI', 'MUI', 'MongoDB', 'ReactQuery'],
Expand All @@ -36,7 +37,8 @@ export const projects = [
slug: '/projects/burungbiru',
title: 'BurungBiru',
description: 'a Small social media',
banner: '/public/images/project/burungbiru.vercel.app.webp',
banner:
'https://res.cloudinary.com/dpegakmzh/image/upload/v1686663245/burungbiru.vercel.app_yloknn.webp',
url: 'https://burungbiru.vercel.app',
techs: ['NextJS', 'Tailwind', 'ReactQuery', 'Trpc', 'Upstash'],
github: 'https://github.com/yogyy/burungbiru',
Expand Down

1 comment on commit d3d41ba

@vercel
Copy link

@vercel vercel bot commented on d3d41ba Jun 13, 2023

Choose a reason for hiding this comment

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

Successfully deployed to the following URLs:

portofolio – ./

portofolio-yogyy.vercel.app
portofolio-git-main-yogyy.vercel.app
yogyy.vercel.app

Please sign in to comment.