C3 AI Documentation Home

Configure the favicon of the application

The favicon is set by Webpack based on a pre-defined, static HTML template. This template contains a relative path to a favicon for the package.

Instructions on how to set this favicon are as follows:

  1. Create or find the custom favicon you plan to use. This favicon must be a png image (named favicon.png) with recommended dimensions of 16x16 pixels.
  2. Navigate to the current package you are using.
  3. Place the favicon at <package>/ui/content/c3/favicon.png, creating directories if they do not exist.

After following these instructions, provision the package and the favicon should match the custom one you selected.

Was this page helpful?