From 34e60b237c64411092b086c739c46ab5c447fa14 Mon Sep 17 00:00:00 2001 From: Jewgeni Lewash Date: Mon, 26 Feb 2024 09:31:28 +0100 Subject: [PATCH] fix(robots): move robots into pages dir for dymanic creation --- robots.txt.ts => src/pages/robots.txt.ts | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename robots.txt.ts => src/pages/robots.txt.ts (100%) diff --git a/robots.txt.ts b/src/pages/robots.txt.ts similarity index 100% rename from robots.txt.ts rename to src/pages/robots.txt.ts