Skip to content

Commit

Permalink
Missed a file, update our I18n dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
BobChao87 committed Dec 10, 2021
1 parent 60ac9ba commit 9909ecd
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions nuxt.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,9 @@ export default {
'@nuxt/http',
'@nuxtjs/google-adsense',
'@nuxtjs/google-gtag',
'@nuxtjs/i18n',
'@nuxtjs/markdownit',
'@nuxtjs/robots',
'nuxt-i18n',
'nuxt-ssr-cache',
// sitemap should always come last
'@nuxtjs/sitemap',
Expand Down Expand Up @@ -101,16 +101,16 @@ export default {
// Google GTag configuration: https://github.com/nuxt-community/google-gtag-module
'google-gtag': googleGtagConfig(process),

// i18n configuration: https://i18n.nuxtjs.org/
'i18n': i18nConfig(process),

// Markdown configuration: https://github.com/nuxt-community/markdownit-module
'markdownit': markdownItConfig(process),

// robots configuration: https://github.com/nuxt-community/robots-module
// Provides an automated /robots.txt
'robots': robotsConfig(process),

// i18n configuration: https://i18n.nuxtjs.org/
'i18n': i18nConfig(process),

// SSR Cache configuration: https://www.npmjs.com/package/nuxt-ssr-cache
'cache': cacheConfig(process),

Expand Down

0 comments on commit 9909ecd

Please sign in to comment.