From 02234220e4ee00d00fc8975b2c51aad9ab037e2e Mon Sep 17 00:00:00 2001 From: Avior Date: Sun, 5 Jan 2020 15:55:19 +0100 Subject: [PATCH] Made better default config :D Signed-off-by: Avior --- .gitignore | 4 ++++ config.ts | 8 ++++---- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 98a61d4..98418ae 100644 --- a/.gitignore +++ b/.gitignore @@ -24,3 +24,7 @@ next-env.d.ts npm-debug.log* yarn-debug.log* yarn-error.log* + + +# Markblog +config.local.ts diff --git a/config.ts b/config.ts index ca333d4..d89b3f6 100644 --- a/config.ts +++ b/config.ts @@ -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', }, }