refactor: config path

This commit is contained in:
endiliey 2018-07-30 14:20:03 +08:00
parent 7ecd4c9bef
commit 12cded5fa0
4 changed files with 1 additions and 1 deletions

4
blog/config.js Normal file
View file

@ -0,0 +1,4 @@
module.exports = {
title: 'Hello World',
description: 'Hello World'
};