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:
parent
2efd32f697
commit
ac235c37e2
5 changed files with 17 additions and 2 deletions
|
@ -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: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue