about summary refs log tree commit diff
path: root/nuxt.config.js
diff options
context:
space:
mode:
authorPatryk Niedźwiedziński <pniedzwiedzinski19@gmail.com>2019-12-05 11:56:11 -0500
committerGitHub <noreply@github.com>2019-12-05 11:56:11 -0500
commitcd7fa1fb5d499e51b9f2bc833159ee4581b8f2a8 (patch)
treebe10296e0268295db20c536af045c5df6c829a0e /nuxt.config.js
parent070b7725be5fb0db486e9370bea5648c16c8bbfe (diff)
parent34908ab59f58f3d5b229867c84d8b51b07c777d4 (diff)
downloadpuszcza-cd7fa1fb5d499e51b9f2bc833159ee4581b8f2a8.tar.gz
puszcza-cd7fa1fb5d499e51b9f2bc833159ee4581b8f2a8.zip
Merge pull request #13 from 19pdh/storybook
Storybook
Diffstat (limited to 'nuxt.config.js')
-rw-r--r--nuxt.config.js6
1 files changed, 5 insertions, 1 deletions
diff --git a/nuxt.config.js b/nuxt.config.js
index 104781c..e5b3d4d 100644
--- a/nuxt.config.js
+++ b/nuxt.config.js
@@ -54,7 +54,7 @@ export default {
   /*
    ** Global CSS
    */
-  css: [],
+  css: ['assets/css/main.css'],
   /*
    ** Plugins to load before mounting the App
    */
@@ -106,5 +106,9 @@ export default {
         console.log(errors)
       }
     }
+  },
+  loading: {
+    color: '#507b34',
+    height: '5px'
   }
 }