From 3301ec7594b98e7adb8da8829863b1250ecb95ed Mon Sep 17 00:00:00 2001 From: WFZ1 Date: Sun, 11 Aug 2024 14:04:52 +0300 Subject: [PATCH] feat: test ci/cd --- app/src/pages/index.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/app/src/pages/index.tsx b/app/src/pages/index.tsx index 4f38e61..f313d67 100644 --- a/app/src/pages/index.tsx +++ b/app/src/pages/index.tsx @@ -35,6 +35,7 @@ const IndexPage = ({ data }: PageProps) => { return ( + Hello world
    {posts.map((post) => {