Initial Configurations
Site Name and Description
To customize the site name and description displayed in your UI components, follow these steps:
Open the following file:
/src/features/i18n/translations/en-US/Layout.jsonInside this file, locate the
SITE_NAMEandSITE_DESCRIPTIONkeys.Update the values of these keys with your desired site name and description.
Don't forget to apply the same changes to the
Layout.jsonfiles in other languages if your project supports multiple languages.
By following these steps, you can easily personalize the site name and description for your application.
Site Logo
To update the site logo in your project, follow these steps:
Open the following directory:
/src/features/ui/assets/imagesReplace the
logo.webpfile with your desired logo file.Next, navigate to the following directory:
/publicReplace all image files under this directory with your new logo. Ensure that the new logo files have the same names as the ones you are replacing.
By completing these steps, you can successfully replace the site logo in your project.