Skip to main content

Favicon Upload

To upload your website favicon with FileZilla, please follow the below video.

Prerequisites

  • Previous steps

Guides

Please see the following video to upload your favicon with FileZilla.

  • Delete the default favicon Delete the default favicon favicon.ico from the /src/app/ folder.

  • Upload your favicon Upload your favicon with the name favicon.ico to the /src/app/ folder. Follow the video for better understanding.

Automatically link tag generate in the head section

Then restart the server to see the changes.

warning

When you upload your logo, favicon, you need to restart the server, if the the server is running.

For pm2

pm2 restart <project_name>

For npm

Ctrl + C
# then
npm start