Commit Graph

6 Commits

Author SHA1 Message Date
Debosmit Majumder
90125fde21 GSAP optimisation 2026-04-28 14:30:03 +05:30
Ayush Rodrigues
cdc1c2bade fix(website): migrate blog from next-mdx-remote to @next/mdx
next-mdx-remote evaluates MDX at runtime with a different React version
than Next.js 16's internal canary, causing build failures. Switch to
@next/mdx which compiles MDX through Next.js's own bundler pipeline.

- Replace next-mdx-remote with @next/mdx, @mdx-js/mdx, @mdx-js/loader
- Use dynamic imports for blog MDX files instead of MDXRemote
- Add remark-frontmatter so compiler skips YAML frontmatter blocks
- Gate cache/CSP headers to production only (immutable dev chunks
  were poisoning browser cache)

Made-with: Cursor
2026-04-27 17:24:09 +01:00
Ayush Rodrigues
2311d8ff49 merge website mobile fixes 2026-04-27 16:13:15 +01:00
Ayush Rodrigues
8e86bab127 update website 2026-04-15 19:28:03 +01:00
Ayush Rodrigues
8629228ed0 updated landing page 2026-04-15 16:39:41 +01:00
Ayush Rodrigues
8306830bf1 add website to repo
Made-with: Cursor
2026-04-13 14:10:09 +01:00