Skip to content

Commit

Permalink
Update data_user.json
Browse files Browse the repository at this point in the history
  • Loading branch information
krlan2789 committed Jun 19, 2024
1 parent f5ec32c commit 8258d45
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions public/data_user.json
Original file line number Diff line number Diff line change
Expand Up @@ -320,13 +320,13 @@
"description": "",
"articles": [
{
"id": "0",
"title": "Portfolio",
"description": "Projects / applications I'm working on.",
"date": "2024-02-17",
"id": "2",
"title": "WebSocket Service on VPS",
"description": "Setup Websocket Service (Node.js) and Subdomain on VPS",
"date": "2024-06-11",
"source": {
"url": "https://github.com/krlan2789/apps-link",
"type": "github",
"url": "/journey/Setup Websocket Service (Node.js) and Subdomain on VPS.md",
"type": "local",
"images": []
}
},
Expand All @@ -342,13 +342,13 @@
}
},
{
"id": "2",
"title": "WebSocket Service on VPS",
"description": "Setup Websocket Service (Node.js) and Subdomain on VPS",
"date": "2024-06-11",
"id": "0",
"title": "Portfolio",
"description": "Projects / applications I'm working on.",
"date": "2024-02-17",
"source": {
"url": "/journey/Setup Websocket Service (Node.js) and Subdomain on VPS.md",
"type": "local",
"url": "https://github.com/krlan2789/apps-link",
"type": "github",
"images": []
}
}
Expand Down

0 comments on commit 8258d45

Please sign in to comment.