diff options
| author | Bertrand Yuan <bert.yuan@outlook.com> | 2025-12-16 00:45:37 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-12-16 00:45:37 +0800 |
| commit | b7248478bbf9da99346961146000f2705f2a7d67 (patch) | |
| tree | d82de4cf8c1c73e26c8ee014f9640a5941517736 /src/app/(main)/banner.png/route.tsx | |
| parent | 39c83fbb69ef06d2d56790d75abc254ba7e34394 (diff) | |
| parent | 82da002eba6a6dcb9f2d52654b7e5b2f77010055 (diff) | |
Merge pull request #2 from bertyuan/chore-update-names&links
Chore(strings): update names and links
Diffstat (limited to 'src/app/(main)/banner.png/route.tsx')
| -rw-r--r-- | src/app/(main)/banner.png/route.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/app/(main)/banner.png/route.tsx b/src/app/(main)/banner.png/route.tsx index d3bfdc8..064cb46 100644 --- a/src/app/(main)/banner.png/route.tsx +++ b/src/app/(main)/banner.png/route.tsx @@ -41,7 +41,7 @@ export async function GET() { const [fonts] = await Promise.all([loadAssets()]); return generateOGImage({ - title: 'John Doe', + title: 'Bertrand Yuan', subtitle: 'Software Engineer', fonts, }); |
