Skip to content

Commit 14c8946

Browse files
authored
Updated Assets path
the assets were not loading cause the assets folder was `/Assets` and it was trying to get `/assets`
1 parent 64b7065 commit 14c8946

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

frontend/pages/index.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,14 @@ const samplePost: PostPreview = {
77
id: "3",
88
title: "What happened at the ‘Clinify x Beyond Overthinking’ meetup?",
99
backgroundlink:
10-
"./assets/bg.jfif",
10+
"./Assets/bg.jfif",
1111
category: "Clinify Events",
1212
slug: "what-happened-at-the-clinify-x-beyond-overthinking-meetup-none",
1313
author: {
1414
id: "2",
1515
name: "Divyansh Aggarwal",
1616
picture:
17-
"/assets/divyansh.png",
17+
"/Assets/divyansh.png",
1818
},
1919
};
2020

0 commit comments

Comments
 (0)