From 9ce56617b927ba4964edb9efaa7320dc56327c5a Mon Sep 17 00:00:00 2001 From: Artem Date: Sun, 2 Feb 2025 11:53:53 -0500 Subject: [PATCH] updated skills to fix serverless framework --- components/utils/skills.ts | 2 +- tailwind.config.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/components/utils/skills.ts b/components/utils/skills.ts index 6adadfd..7a16394 100644 --- a/components/utils/skills.ts +++ b/components/utils/skills.ts @@ -13,7 +13,7 @@ export const skills: ISkill[] = [ }, { tech: "serverless", - prettyName: "Serverless Framework", + prettyName: "SLS Framework", years: 2, }, { diff --git a/tailwind.config.js b/tailwind.config.js index ca9619e..58a5bd9 100644 --- a/tailwind.config.js +++ b/tailwind.config.js @@ -110,7 +110,7 @@ module.exports = { }), ], safelist: [ - ...Array(15) + ...Array(20) .fill(0) .map((_, i) => "animation-delay-[" + i * 125 + "ms]"), ],