mirror of
https://github.com/zenlm/zen.git
synced 2026-07-26 22:28:05 +00:00
- Convert to Next.js 15 with TypeScript - Create reusable React components for Header/Footer (DRY) - Convert all pages to TSX: page.tsx, models/page.tsx, research/page.tsx - Configure static export to docs/ for GitHub Pages - Add .nojekyll for proper routing - All builds generate static HTML (SSG) - Remove old build.js template system - TypeScript for type safety - Next.js Image optimization disabled for static export
7 lines
262 B
TypeScript
7 lines
262 B
TypeScript
/// <reference types="next" />
|
|
/// <reference types="next/image-types/global" />
|
|
/// <reference path="./.next/types/routes.d.ts" />
|
|
|
|
// NOTE: This file should not be edited
|
|
// see https://nextjs.org/docs/app/api-reference/config/typescript for more information.
|