Skip to content

Commit

Permalink
Moves tailwind module from modules to buildModules
Browse files Browse the repository at this point in the history
  • Loading branch information
geongeorge committed Aug 10, 2020
1 parent e22b792 commit a227676
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions nuxt.config.js
Expand Up @@ -65,6 +65,8 @@ export default {
*/
buildModules: [
// Doc: https://github.com/nuxt-community/nuxt-tailwindcss
"@nuxtjs/tailwindcss",
"@nuxtjs/color-mode",
[
"@nuxtjs/google-analytics",
{
Expand All @@ -78,8 +80,7 @@ export default {
modules: [
"@nuxtjs/axios",
"@nuxtjs/markdownit",
"@nuxtjs/tailwindcss",
["@nuxtjs/toast"],
"@nuxtjs/toast",
"@nuxtjs/sitemap",
"@nuxtjs/robots"
],
Expand Down

0 comments on commit a227676

Please sign in to comment.