Skip to content
This repository was archived by the owner on Apr 8, 2020. It is now read-only.

Commit

Permalink
Update nuxt.config.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
mcdmaster authored Mar 24, 2020
1 parent e44984f commit e750800
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,14 @@ const config: Configuration = {
googleAnalytics: {
id: 'UA-159417676-1'
},
optionalCookies: [
{
name: 'i18n_redirected',
label: 'i18n Redirection Cookie',
description: 'Used for automatically switching UI languages in accordance with locale preferences in the web browser configuration.',
cookies: [ 'i18n_redirected' ]
}
],
build: {
postcss: {
plugins: [
Expand Down

0 comments on commit e750800

Please sign in to comment.