All checks were successful
Build and Push Docker Images / docker (push) Successful in 2m19s
- Changed header gradient from darker cyan-blue-indigo to brighter cyan-blue - Matches original design with more vibrant teal/cyan colors - Updated from-cyan-500 via-blue-500 to-indigo-600 → from-cyan-400 to-blue-400 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
7 lines
247 B
TypeScript
7 lines
247 B
TypeScript
/// <reference types="next" />
|
|
/// <reference types="next/image-types/global" />
|
|
import "./.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.
|