From 3fcf089e92ef0602914f8e369ab62ec88d4daa1c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20SAILLANT?= <108685187+electron-rare@users.noreply.github.com> Date: Fri, 20 Mar 2026 14:53:51 +0100 Subject: [PATCH] feat: update robots.txt.ts --- src/pages/robots.txt.ts | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/pages/robots.txt.ts b/src/pages/robots.txt.ts index d17077a..3b97fb3 100644 --- a/src/pages/robots.txt.ts +++ b/src/pages/robots.txt.ts @@ -8,6 +8,11 @@ Disallow: / ` : `User-agent: * Allow: / +Disallow: /preview +Disallow: /ops +Disallow: /intranet +Disallow: /portfolio +Disallow: /countdown Sitemap: ${CANONICAL_URL}sitemap.xml `;