From ef79cbeccb26d5bcd3c2862f9da782131aa5a0a3 Mon Sep 17 00:00:00 2001 From: Sebastian Stehle Date: Mon, 12 Nov 2018 11:04:29 +0100 Subject: [PATCH] Allow assets in robots txt --- src/Squidex/appsettings.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Squidex/appsettings.json b/src/Squidex/appsettings.json index 44c22f912..440cb1bdf 100644 --- a/src/Squidex/appsettings.json +++ b/src/Squidex/appsettings.json @@ -53,7 +53,7 @@ /* * The text for the robots.txt file */ - "text": "User-agent: *\nDisallow: /" + "text": "User-agent: *\nAllow: /api/assets/*" }, "healthz": {