1
0
Fork 0
mirror of https://github.com/Chocobozzz/PeerTube.git synced 2025-10-05 02:39:33 +02:00

robots.txt config and route

This commit is contained in:
Rigel Kent 2018-05-15 00:29:40 +02:00 committed by Chocobozzz
parent 2efd32f697
commit ac235c37e2
5 changed files with 17 additions and 2 deletions

View file

@ -180,7 +180,8 @@ const CONFIG = {
CUSTOMIZATIONS: {
get JAVASCRIPT () { return config.get<string>('instance.customizations.javascript') },
get CSS () { return config.get<string>('instance.customizations.css') }
}
},
get ROBOTS () { return config.get<string>('instance.robots') }
},
SERVICES: {
TWITTER: {