Skip to content

Commit

Permalink
chore: Override meta tags
Browse files Browse the repository at this point in the history
  • Loading branch information
jonandernovella committed Oct 5, 2023
1 parent cb69cb6 commit d4f85d2
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,12 @@ export default defineNuxtConfig({
},
workbox: {
enabled: process.env.DEBUT_PWA === 'true',
}
},
meta: {
name: appName,
description: 'The NBIS CahtGPT web client',
author: 'NBIS'
},
},
i18n: {
strategy: 'no_prefix',
Expand Down

0 comments on commit d4f85d2

Please sign in to comment.