Skip to content

Commit

Permalink
Merge pull request #8 from NBISweden/fix/meta-tags
Browse files Browse the repository at this point in the history
chore: Override meta tags
  • Loading branch information
jhagberg authored Oct 5, 2023
2 parents cb69cb6 + d4f85d2 commit ccfa79f
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 ccfa79f

Please sign in to comment.