Commit Graph

4 Commits

Author SHA1 Message Date
Innei
2df511bff7 fix!: remove webp transformer
- Introduced a migration system for manifest files to support versioning and backward compatibility.
- Updated image processing to switch thumbnail format from WebP to JPEG for better compatibility.
- Added new commands for manifest migration and improved thumbnail handling in the builder.
- Enhanced documentation with architecture details and development commands.

Signed-off-by: Innei <tukon479@gmail.com>
2025-09-13 23:11:00 +08:00
Innei
8927a5d3b9 refactor: update HTML handling and remove unused constants
- Updated the build script to convert `index.html` to a TypeScript module (`index.html.ts`).
- Refactored routes to directly import the HTML content instead of fetching it.
- Removed the `getIndexHtml` function and its associated constants as they are no longer needed.
- Updated `.gitignore` to include new files and removed the Geist font file.

Signed-off-by: Innei <tukon479@gmail.com>
2025-06-08 21:51:59 +08:00
Innei
588c9ab5ea feat: cf pages
Signed-off-by: Innei <tukon479@gmail.com>
2025-06-08 15:41:38 +08:00
Innei
c03fdc7391 feat: add ssr for og gerenation
Signed-off-by: Innei <tukon479@gmail.com>
2025-06-08 15:36:07 +08:00