Next.js Discord

Discord Forum

Adding Favicon w/ Pages Router

Answered
Giant panda posted this in #help-forum
Open in Discord
Giant pandaOP
In _app.tsx I have the following:
      <Head>
        <link rel="icon" href="/static/images/brand.png" sizes="any" />
      </Head>


but this seems to remove fontawesome classes and now my icons are all messed up.
(Before and After images attached)

Is this intended or am I doing something wrong?

1 Reply

Answer