From f6307bb9a3704a5020738b1664a01b5201064f5a Mon Sep 17 00:00:00 2001 From: Stefan Guggisberg Date: Fri, 28 Mar 2025 16:52:54 +0100 Subject: [PATCH] fix: support aem-gcp.page|live internal domain --- src/robots-pipe.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/robots-pipe.js b/src/robots-pipe.js index 0560ada1..d3ed4456 100644 --- a/src/robots-pipe.js +++ b/src/robots-pipe.js @@ -54,9 +54,11 @@ const INTERNAL_DOMAINS = [ '.aem.page', '.aem-fastly.page', '.aem-cloudflare.page', + '.aem-gcp.page', '.aem.live', '.aem-fastly.live', '.aem-cloudflare.live', + '.aem-gcp.live', '.hlx.page', '.hlx-fastly.page', '.hlx-cloudflare.page',