Skip to content
This repository was archived by the owner on Jun 28, 2021. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .env
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
NODE_ENV=development
PORT=8000
API_URL=http://quran.com:3000
SEGMENTS_KEY="¯\_(ツ)_/¯"
6 changes: 3 additions & 3 deletions src/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ const environment = {
}
}[process.env.NODE_ENV || 'development'];

const title = 'The Noble Quran - القرآن الكريم'
const description = 'The Noble Quran in many languages in an easy-to-use interface.'
const title = 'Al-Qur\'an al-Kareem - القرآن الكريم'
const description = 'The Quran translated into many languages in a simple and easy interface.'

module.exports = Object.assign({
host: process.env.HOST || 'localhost',
Expand All @@ -22,7 +22,7 @@ module.exports = Object.assign({
{'http-equiv': 'Content-Type', content: 'text/html; charset=utf-8'},
{'http-equiv': 'Content-Language', content: 'EN; AR'},
{name: 'description', content: description},
{name: 'keywords', content: 'quran, koran, quran, al quran, al kareem, surah yasin, surah yaseen, yasin, surah, holy, arabic, iman, islam, Allah, book, muslim'}, // eslint-disable-line max-len
{name: 'keywords', content: 'quran, koran, qur\'an, kareem, قران, القرآن, قران كريم, القران الكريم, surah, yasin, yaseen, kahf, mulk, rahman, muslim, islam, Allah'}, // eslint-disable-line max-len
{name: 'Charset', content: 'UTF-8'},
{name: 'Distribution', content: 'Global'},
{name: 'Rating', content: 'General'},
Expand Down