From f98840d75f0ebb9cf6f699c8e1053166f9caa336 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ulises=20Gasc=C3=B3n?= Date: Thu, 3 Aug 2023 08:30:43 +0200 Subject: [PATCH] feat: added website team news --- config.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/config.json b/config.json index bed13f7..bbf2794 100644 --- a/config.json +++ b/config.json @@ -34,6 +34,10 @@ { "team": "Performance team", "issue": "nodejs/performance/issues/98" + }, + { + "team": "Website team", + "issue": "nodejs/nodejs.org/issues/5602" } ] -} \ No newline at end of file +}