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(+) 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