Fix Redis hover + improve nuxt config

This commit is contained in:
2020-12-29 18:14:17 +01:00
parent 40c47e421e
commit 9adfc54228
5 changed files with 306 additions and 440 deletions

View File

@@ -41,4 +41,10 @@ export default {
name: 'page',
mode: 'out-in',
},
loadingIndicator: {
name: 'circle',
color: '#3B8070',
background: 'white'
}
}