diff --git a/src/app/api/og/hashtag/[tag]/route.tsx b/src/app/api/og/hashtag/[tag]/route.tsx
index 09c7a7e..2419c86 100644
--- a/src/app/api/og/hashtag/[tag]/route.tsx
+++ b/src/app/api/og/hashtag/[tag]/route.tsx
@@ -87,7 +87,7 @@ export async function GET(
HashEx
- #{displayTag}
+ {'#' + displayTag}
diff --git a/src/app/api/og/profile/[username]/route.tsx b/src/app/api/og/profile/[username]/route.tsx
index ec98203..b0a8589 100644
--- a/src/app/api/og/profile/[username]/route.tsx
+++ b/src/app/api/og/profile/[username]/route.tsx
@@ -57,7 +57,7 @@ export async function GET(
{/* Name */}
- @{displayName}
+ {'@' + displayName}
{/* Stats grid */}