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', }, }