Skip to content

Commit

Permalink
Proper favicon url
Browse files Browse the repository at this point in the history
  • Loading branch information
mruwnik committed Aug 21, 2024
1 parent 99445f5 commit ae29089
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/root.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ const twitterCreator = '@stampyai'
export const meta: MetaFunction<typeof loader> = ({data = {} as any}) => {
const title = makeSocialPreviewText(data.question?.title, TITLE, 150)
const description = makeSocialPreviewText(data.question?.text, DESCRIPTION)
const logo = 'favicon-512.png'
const logo = '/favicon-512.png'
return [
{title},
{name: 'description', content: description},
Expand Down

0 comments on commit ae29089

Please sign in to comment.