Fixed lint errors :D

Signed-off-by: Avior <florian.bouillon@delta-wings.net>
This commit is contained in:
2020-01-05 00:56:27 +01:00
parent e255554262
commit 42b7ef1b2c
16 changed files with 230 additions and 229 deletions

View File

@ -1,15 +1,16 @@
const config = {
domain: "https://www.avior.me",
og: {
title: "Avior.me",
description: "Avior.me, Site du portfolio de Avior :D"
},
colors: {
400: "#BB86FC",
500: "#6200EE",
rgb500: "98, 0, 238",
600: "#3700B3"
}
rgb500: '98, 0, 238',
400: '#BB86FC',
500: '#6200EE',
600: '#3700B3',
},
domain: 'https://www.avior.me',
// domain: 'http://localhost:3000',
og: {
description: 'Avior.me, Site du portfolio de Avior :D',
title: 'Avior.me',
},
}
export default config