diff options
Diffstat (limited to 'config/default.yaml')
-rw-r--r-- | config/default.yaml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/config/default.yaml b/config/default.yaml index 2826e76f8..995638281 100644 --- a/config/default.yaml +++ b/config/default.yaml | |||
@@ -90,6 +90,10 @@ instance: | |||
90 | customizations: | 90 | customizations: |
91 | javascript: '' # Directly your JavaScript code (without <script> tags). Will be eval at runtime | 91 | javascript: '' # Directly your JavaScript code (without <script> tags). Will be eval at runtime |
92 | css: '' # Directly your CSS code (without <style> tags). Will be injected at runtime | 92 | css: '' # Directly your CSS code (without <style> tags). Will be injected at runtime |
93 | # Robot.txt rules. To allow robots to crawl your instance and allow indexation of your site, remove the '/' | ||
94 | robots: | | ||
95 | User-agent: * | ||
96 | Disallow: / | ||
93 | 97 | ||
94 | services: | 98 | services: |
95 | # Cards configuration to format video in Twitter | 99 | # Cards configuration to format video in Twitter |