Skip to content

Commit

Permalink
fix: Change CDN of videos
Browse files Browse the repository at this point in the history
  • Loading branch information
alimoezzi committed May 8, 2022
1 parent 0326ca1 commit 0c8ccdf
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -484,7 +484,7 @@ function Page({ startZ, distance }) {
},
{
type: 'video',
source: 'https://res.cloudinary.com/mirana/video/upload/v1648061375/personal-website/vampire_nelmbo.mp4',
source: 'https://cdn1.sarme.cyou/cdn/vampire_farm.mp4',
title: 'ⓘ VAMPIRE FARMS',
cardTitle: 'ETHTARI STUDIOS | Full Stack Solidity Developer | Remote, 2019',
description: <div># Vampire DeFi Web Application</div>
Expand All @@ -505,8 +505,7 @@ function Page({ startZ, distance }) {
},
{
type: 'video',
source:
'https://res.cloudinary.com/mirana/video/upload/v1648059846/personal-website/jurassic-farm_bfnvqk.mp4',
source: 'https://cdn1.sarme.cyou/cdn/jurassic_farm.mp4',
title: 'ⓘ JURASSIC FARMS',
cardTitle: 'JURASSIC FARMS | Remote, 2021',
description: <div># Jurassic DeFi Web Application</div>
Expand Down

0 comments on commit 0c8ccdf

Please sign in to comment.