Add domain name to env

This commit is contained in:
Damillora 2019-10-05 03:09:20 +07:00
parent 3ef50c2962
commit 4045d2d5df
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ module.exports = {
** Headers of the page
*/
head: {
title: 'Damillora - nanao.moe',
title: 'Damillora - '+(process.env.DOMAIN || "nanao.moe"),
meta: [
{ charset: 'utf-8' },
{ name: 'viewport', content: 'width=device-width, initial-scale=1' },