Support

Intro

This file contains the logos configuration for the application.Here you can set the logos you want to use in your application In the file @config/support.ts you can set the config of the support

Available payments services:

  • Crisp
  • Tawkto

Example

The next example is the default configuration

export default {
    driver: 'crisp',
}

Usage

Table of Contents