79126244

Date: 2024-10-25 15:02:05
Score: 1
Natty:
Report link

Just convert the {title} to a string literal and that will do it. You can't use {title} in metatags that way because it renders it as an object before converting it to a string.

<title>{`${title}`}</title>
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Rey