Skip to content

Commit

Permalink
remove ''
Browse files Browse the repository at this point in the history
  • Loading branch information
sspenst committed Dec 17, 2023
1 parent 23c5f5f commit 5bf1047
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/[subdomain]/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ export default function HomePage({ user }: HomePageProps) {
description: game.SEODescription,
images: [
{
url: '' + game.baseUrl + game.logo,
url: game.baseUrl + game.logo,
width: 128,
height: 128,
alt: game.displayName + ' Logo',
Expand Down

0 comments on commit 5bf1047

Please sign in to comment.