From c9271d1df27e11667ba3fa08c6d0a1c7e5f9fbba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Pl=C3=B6ger?= Date: Sun, 15 Mar 2026 21:40:02 -0300 Subject: [PATCH] Remove trailing comma from new tags array --- exampleSite/content/users/users.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/exampleSite/content/users/users.json b/exampleSite/content/users/users.json index effac3e7..6efec49d 100644 --- a/exampleSite/content/users/users.json +++ b/exampleSite/content/users/users.json @@ -1049,9 +1049,9 @@ "url": "https://paraguay4life.com/", "source": "n/a", "tags": [ - "Blog", - "Travel", - "Paraguay", + "Blog", + "Travel", + "Paraguay" ] } -] +] \ No newline at end of file