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:
- 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. - Navigate to the current package you are using.
- 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.