TNT

Configuration

Configuration

tnt.config.ts

We recommend not modifying nuxt.config.ts directly unless you have advanced needs.

Instead, you should change the config options present in tnt.config.ts:

export default<any> {
  name: null,
  description: null,
  url: null,
  copyright: null,
  defaultLocale: 'en',
  routeRules: {},
}

Favicon

To use your own Favicon, simply replace favicon.ico with your own in the /public directory.