Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

favicon in next js not working

Put the favicons in an /image directory inside the /public directory
and put the code below in your _app.js
<Head>
   <link rel="shortcut icon" href="/images/favicon.ico" />
</Head>
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #favicon #js #working
ADD COMMENT
Topic
Name
9+8 =