IN THIS ARTICLE

You will learn how to add a custom logo to your HallianAI instance

Contents


image.png

Purpose

To customize the logo displayed in the application, you can specify the path to a custom logo image in the appsettings.json configuration file. If no custom path is provided, the system will use the default logo.

Steps

  1. Locate the appsettings.json file
  2. Place your custom logo image
  3. Open the appsettings.json file
  4. Find or add the AppSettings section
  5. Add or update the CustomLogoPath key
  6. Example configuration

Plain Text

{"AppSettings": {"CustomLogoPath": "/Images/customlogo.png"}}
  1. Save the file