Made better default config :D

Signed-off-by: Avior <florian.bouillon@delta-wings.net>
This commit is contained in:
Florian Bouillon 2020-01-05 15:55:19 +01:00
parent a1ac2cb983
commit 02234220e4
No known key found for this signature in database
GPG Key ID: B143FF27EF555D16
2 changed files with 8 additions and 4 deletions

4
.gitignore vendored
View File

@ -24,3 +24,7 @@ next-env.d.ts
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# Markblog
config.local.ts

View File

@ -5,11 +5,11 @@ const config = {
500: '#6200EE',
600: '#3700B3',
},
domain: 'https://www.avior.me',
// domain: 'http://localhost:3000',
domain: 'https://blog.dzeio.com',
// domain: 'http://localhost:5000',
og: {
description: 'Avior.me, Site du portfolio de Avior :D',
title: 'Avior.me',
description: 'Markblog - Simple Markdown blog CMS',
title: 'Markblog',
},
}