From 424eaa9e8098cef762b1a2a7565d37944bb25306 Mon Sep 17 00:00:00 2001 From: Patryk Niedźwiedziński Date: Mon, 21 Oct 2019 18:25:12 +0200 Subject: Add storybook --- nuxt.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nuxt.config.js') diff --git a/nuxt.config.js b/nuxt.config.js index e00db35..35d6730 100644 --- a/nuxt.config.js +++ b/nuxt.config.js @@ -53,7 +53,7 @@ export default { /* ** Global CSS */ - css: [], + css: ['assets/css/main.css'], /* ** Plugins to load before mounting the App */ -- cgit 1.4.1 From 34908ab59f58f3d5b229867c84d8b51b07c777d4 Mon Sep 17 00:00:00 2001 From: Patryk Niedźwiedziński Date: Thu, 5 Dec 2019 17:47:12 +0100 Subject: Add loading bar --- nuxt.config.js | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'nuxt.config.js') diff --git a/nuxt.config.js b/nuxt.config.js index b5a9a97..e5b3d4d 100644 --- a/nuxt.config.js +++ b/nuxt.config.js @@ -106,5 +106,9 @@ export default { console.log(errors) } } + }, + loading: { + color: '#507b34', + height: '5px' } } -- cgit 1.4.1