Remove favicon.ico
article thumbnail

Next JS Framework

Apiumhub

. <Head> <title>Apiumhub</title> <meta name="description" content="Welcome to Next.js" /> <link rel="icon" href="/favicon.ico" /> </Head> Configuring the routes. and add: export default function Blog () { return <h1>This is the Apium blog</h1> }. With this Next.js

article thumbnail

Automate the deployment of Angular apps to Firebase

CircleCI

A full-stack software engineer with a passion for sharing knowledge, Oluyemi has published a good number of technical articles and blog posts on several blogs around the world. node_modules/bootstrap/dist/css/bootstrap.css", "src/styles.css" ], "scripts": [] }, Configuring CircleCI. orbs: browser-tools: circleci/browser-tools@1.2.3