Browse Source

Allow assets in robots txt

pull/336/head
Sebastian Stehle 7 years ago
parent
commit
ef79cbeccb
  1. 2
      src/Squidex/appsettings.json

2
src/Squidex/appsettings.json

@ -53,7 +53,7 @@
/* /*
* The text for the robots.txt file * The text for the robots.txt file
*/ */
"text": "User-agent: *\nDisallow: /" "text": "User-agent: *\nAllow: /api/assets/*"
}, },
"healthz": { "healthz": {

Loading…
Cancel
Save