Commit graph

21 commits

Author SHA1 Message Date
Musa
e2d01e817a fix(www): links 2025-12-18 14:56:51 -08:00
Musa
7f6ff00d27 style(www): favicon + metadata 2025-12-12 16:28:19 -08:00
Musa
60e65b483a fix: add missing lib/ files to git - fixes Vercel GitHub deployment
- Updated .gitignore to properly exclude Python lib/ but include Next.js lib/ directories
- Added packages/ui/src/lib/utils.ts (cn utility function)
- Added apps/www/src/lib/sanity.ts (Sanity client configuration)
- Fixes module resolution errors in Vercel GitHub deployments (case-sensitive filesystem)
2025-12-12 12:06:32 -08:00
Musa
64d45a7a00 format(www) 2025-12-12 11:36:54 -08:00
Musa
a825ce9add refactor(www): text clarity, padding adj. 2025-12-12 11:31:03 -08:00
Musa
573744961d feat: updated Research page 2025-12-11 18:59:32 -08:00
Musa
73fce0cf18 Update IntroSection.tsx 2025-12-09 13:26:09 -08:00
Musa
925e775745 fix 2025-12-08 14:37:41 -08:00
Musa
1cff006544 feat: Turbopack issue 2025-12-08 14:30:46 -08:00
Musa
28260fb535 Update IntroSection.tsx 2025-12-08 14:17:42 -08:00
Musa
b28434a5f1 feat: update text 2025-12-08 14:16:39 -08:00
Musa
337950bcdb feat(www): content changes 2025-11-26 14:44:18 -08:00
Musa
98fb8cb2fd feat(www): introduce blog 2025-11-26 13:51:06 -08:00
Musa
8b0f2b94d8 feat(www): content fix 2025-11-25 12:16:26 -08:00
Musa
1f3a0bf4a0 Delete next.config.ts 2025-11-25 11:07:18 -08:00
Musa
185f9444b1 Merge branch 'musa/www' of https://github.com/katanemo/archgw into musa/www 2025-11-25 11:07:01 -08:00
Musa
922a2d41c8 feat(docs): hold off on docs 2025-11-25 11:06:51 -08:00
Musa
be1617b557 fix(www): next.config issue 2025-11-23 13:37:15 -08:00
Musa
8375e913b4 fix(www): tsconfig issue 2025-11-23 13:31:13 -08:00
Musa
9c9207c08e fix(www): transpiler failure 2025-11-23 13:27:17 -08:00
Musa
0d9147456f feat(www): introduce monorepo
This change brings Turborepo monorepo to independently handle the marketing website, the docs website and any other future use cases for mutli-platform support. They are using internal @katanemo package handlers for the design system and logic.
2025-11-23 13:23:51 -08:00