From 1867ad977ed97fc5115278ad10bbaccef8bd5629 Mon Sep 17 00:00:00 2001 From: Robert Date: Thu, 25 Jun 2026 13:28:28 +0400 Subject: [PATCH] Update meme.js --- netlify/functions/meme.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/netlify/functions/meme.js b/netlify/functions/meme.js index 590e8f6..2343796 100644 --- a/netlify/functions/meme.js +++ b/netlify/functions/meme.js @@ -12,9 +12,10 @@ exports.handler = async (event) => { ownership: { url: `${BASE_URL}/gifs/ownership.gif`, title: "Take Ownership" }, agency: { url: `${BASE_URL}/gifs/agency.gif`, title: "Act With Agency" }, future: { url: `${BASE_URL}/gifs/future.gif`, title: "Focus on the Future" }, - "one-team": { url: `${BASE_URL}/gifs/one-team.gif`, title: "One Team, One System" }, + team: { url: `${BASE_URL}/gifs/one-team.gif`, title: "One Team, One System" }, ship: { url: `${BASE_URL}/gifs/ship.gif`, title: "Ship Great Things" }, truth: { url: `${BASE_URL}/gifs/truth.gif`, title: "Truth Over Comfort" }, + ludicrous: { url: `${BASE_URL}/gifs/ludicrous.gif`, title: "Ludicrous Speed" }, }; if (!text) {