diff --git a/components/Loading.vue b/components/Loading.vue
deleted file mode 100644
index a06bcf98..00000000
--- a/components/Loading.vue
+++ /dev/null
@@ -1,44 +0,0 @@
-
- .loading-page(:class='{ loading }')
- v-progress-circular(:size="100" :width="10" style='color: orangered;' indeterminate)
-
-
-
-
-
diff --git a/nuxt.config.js b/nuxt.config.js
index 84137efb..5e524f9c 100644
--- a/nuxt.config.js
+++ b/nuxt.config.js
@@ -31,7 +31,7 @@ module.exports = {
/*
** Customize the progress-bar component
*/
- loading: '~/components/Loading.vue',
+ loading: { color: 'orangered', height: '3px' },
/*
** Plugins to load before mounting the App