Skip to content

Commit

Permalink
chore: surpress no title svg error
Browse files Browse the repository at this point in the history
  • Loading branch information
y3owk1n committed Jan 6, 2024
1 parent 04a068a commit e7766d2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/app/api/og-image/[text]/route.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ export async function GET(
flexDirection: "column",
}}
>
{/* biome-ignore lint/a11y/noSvgWithoutTitle: <explanation> */}
<svg
xmlns="http://www.w3.org/2000/svg"
style={{
Expand Down

1 comment on commit e7766d2

@vercel
Copy link

@vercel vercel bot commented on e7766d2 Jan 6, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

blog – ./

blog-y3owk1n.vercel.app
blog-git-main-y3owk1n.vercel.app
www.kylewong.my
kylewong.my

Please sign in to comment.