mirror of
https://github.com/dzeiocom/markblog.git
synced 2025-04-22 10:52:12 +00:00
Made better default config :D
Signed-off-by: Avior <florian.bouillon@delta-wings.net>
This commit is contained in:
parent
a1ac2cb983
commit
02234220e4
4
.gitignore
vendored
4
.gitignore
vendored
@ -24,3 +24,7 @@ next-env.d.ts
|
|||||||
npm-debug.log*
|
npm-debug.log*
|
||||||
yarn-debug.log*
|
yarn-debug.log*
|
||||||
yarn-error.log*
|
yarn-error.log*
|
||||||
|
|
||||||
|
|
||||||
|
# Markblog
|
||||||
|
config.local.ts
|
||||||
|
@ -5,11 +5,11 @@ const config = {
|
|||||||
500: '#6200EE',
|
500: '#6200EE',
|
||||||
600: '#3700B3',
|
600: '#3700B3',
|
||||||
},
|
},
|
||||||
domain: 'https://www.avior.me',
|
domain: 'https://blog.dzeio.com',
|
||||||
// domain: 'http://localhost:3000',
|
// domain: 'http://localhost:5000',
|
||||||
og: {
|
og: {
|
||||||
description: 'Avior.me, Site du portfolio de Avior :D',
|
description: 'Markblog - Simple Markdown blog CMS',
|
||||||
title: 'Avior.me',
|
title: 'Markblog',
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user