Skip to content

Commit

Permalink
fix nodemailer
Browse files Browse the repository at this point in the history
  • Loading branch information
DGclasher committed Apr 27, 2024
1 parent d5442ba commit 180f4c6
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 4 deletions.
8 changes: 4 additions & 4 deletions app/portfolio/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,10 @@ const Portfolio = () => {
{
title: "Video",
content: [
{ video: "/cow.mp4", description: "Video 1" },
{ video: "/cow.mp4", description: "Video 2" },
{ video: "/cow.mp4", description: "Video 3" },
{ video: "/cow.mp4", description: "Video 4" },
{ video: "https://res.cloudinary.com/dltmqv10j/video/upload/v1714238836/sample-videos/t5nnjgrpgeqvns5gfurz.mp4", description: "Video 1" },
{ video: "https://res.cloudinary.com/dltmqv10j/video/upload/v1714238828/sample-videos/isxopogxxtc3opzksu1x.mp4", description: "Video 2" },
{ video: "https://res.cloudinary.com/dltmqv10j/video/upload/v1714238826/sample-videos/n14namkfpq0jlysw3ods.mp4", description: "Video 3" },
{ video: "https://res.cloudinary.com/dltmqv10j/video/upload/v1714238820/sample-videos/lhwyrolgphehax4tvb4q.mp4", description: "Video 4" },
],
},
{
Expand Down
9 changes: 9 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
"lucide-react": "^0.374.0",
"mini-svg-data-uri": "^1.4.4",
"next": "14.1.4",
"nodemailer": "^6.9.13",
"radix-ui": "^1.0.1",
"react": "^18",
"react-dom": "^18",
Expand Down
Binary file removed public/cow.mp4
Binary file not shown.

0 comments on commit 180f4c6

Please sign in to comment.