From 17ba68be345880e32bf9ff60bd08a7844fb61437 Mon Sep 17 00:00:00 2001 From: "Ibrahima G. Coulibaly" Date: Sat, 22 Jun 2024 20:38:03 +0100 Subject: [PATCH] feat: react helmet --- .github/workflows/ci.yml | 1 - .idea/workspace.xml | 81 ++++++++++++++++++++------------ Readme.md | 3 +- package-lock.json | 38 +++++++++++++++ package.json | 2 + src/components/ToolLayout.tsx | 34 ++++++++++++-- src/pages/string/split/index.tsx | 14 +++--- 7 files changed, 126 insertions(+), 47 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a3d0057..e91d86d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -35,7 +35,6 @@ jobs: with: publish-dir: ./dist production-branch: main - deploy-message: Deploy from GitHub Actions enable-pull-request-comment: true enable-commit-comment: true overwrites-pull-request-comment: true diff --git a/.idea/workspace.xml b/.idea/workspace.xml index c324436..9667f3b 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -4,7 +4,16 @@