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