Skip to content

Commit

Permalink
log
Browse files Browse the repository at this point in the history
  • Loading branch information
jylim-dev committed Jan 23, 2025
1 parent 52012d7 commit 312bf18
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/App.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ function App() {
useEffect(() => {
const fetchPosts = async () => {
const postPromises = mdFiles.map(async (filePath) => {
console.log("Patttthhh", filePath);
const date = dayjs(
filePath.split("/")[3].split("-").slice(0, 3).join("-")
);
Expand Down

0 comments on commit 312bf18

Please sign in to comment.