From c6bd8364132d6c6804232cbea58962f1bddcc181 Mon Sep 17 00:00:00 2001 From: Adedamola Date: Mon, 11 Mar 2024 13:55:54 +0100 Subject: [PATCH 1/3] employee profiles update --- src/data/team.ts | 8 -------- 1 file changed, 8 deletions(-) diff --git a/src/data/team.ts b/src/data/team.ts index 250e106..6e6fdd8 100644 --- a/src/data/team.ts +++ b/src/data/team.ts @@ -62,14 +62,6 @@ export const productTeam = [ twitterLink: "https://x.com/_Aliu_Salaudeen?t=qZkUDgshSf2qnPdeI6QnyQ&s=09", wikiLink: "https://iq.wiki/wiki/aliu-salaudeen", }, - { - name: "Yaswanth Battu", - role: "AI Engineer", - src: "/images/team/yaswanth.png", - linkedlnLink: "http://linkedin.com/in/b-v-s-y", - twitterLink: "http://x.com/s_1_n_t_h____", - wikiLink: "https://iq.wiki/wiki/yaswanth-battu", - }, { name: "Adewale Adeniyi", role: "Product Design Intern", From eeaa977cefcffad660ec3c1d855310e42bc12f32 Mon Sep 17 00:00:00 2001 From: Adedamola Date: Mon, 11 Mar 2024 14:19:35 +0100 Subject: [PATCH 2/3] remove app directory experimental mode --- next.config.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/next.config.js b/next.config.js index dafb0c8..ef08a40 100644 --- a/next.config.js +++ b/next.config.js @@ -1,8 +1,8 @@ /** @type {import('next').NextConfig} */ const nextConfig = { - experimental: { - appDir: true, - }, + // experimental: { + // appDir: true, + // }, } module.exports = nextConfig From 34350ec0a15e39305fccd7b84f2e19db52cb0403 Mon Sep 17 00:00:00 2001 From: Adedamola Date: Mon, 11 Mar 2024 16:21:08 +0100 Subject: [PATCH 3/3] update next.config file --- next.config.js | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/next.config.js b/next.config.js index ef08a40..767719f 100644 --- a/next.config.js +++ b/next.config.js @@ -1,8 +1,4 @@ /** @type {import('next').NextConfig} */ -const nextConfig = { - // experimental: { - // appDir: true, - // }, -} +const nextConfig = {} module.exports = nextConfig