Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion src/data/web/blog.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,12 @@
{
"blog": "https://www.youtube.com/user/JakeDayWilliams",
"author": "Jake Day Williams"
}
},
Copy link

Copilot AI Oct 29, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Remove trailing whitespace after the comma on line 75 to maintain consistent formatting with the rest of the JSON file.

Suggested change
},
},

Copilot uses AI. Check for mistakes.

{
"blog": "https://css-tricks.com/",
"author": "CSS-Tricks"
}
Copy link

Copilot AI Oct 29, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Remove trailing whitespace after the closing brace on line 80 to maintain consistent formatting with the rest of the JSON file.

Suggested change
}
}

Copilot uses AI. Check for mistakes.

]
}