Add nuxt.config.js

This commit is contained in:
Sébastien Chopin 2017-01-11 20:20:40 +01:00
parent 46676eb5c5
commit 664ef28cc1

View File

@ -0,0 +1,5 @@
module.exports = {
loading: {
color: 'purple'
}
};