From ce2e07bb3500faac1b52d7b03251a3eae356cc81 Mon Sep 17 00:00:00 2001 From: germondai Date: Sun, 14 Jun 2026 14:55:00 +0200 Subject: [PATCH] feat: add web public assets and robots config --- apps/web/public/_robots.txt | 3 +++ apps/web/public/favicon.svg | 5 +++++ apps/web/public/sitemap.xml | 8 ++++++++ 3 files changed, 16 insertions(+) create mode 100644 apps/web/public/_robots.txt create mode 100644 apps/web/public/favicon.svg create mode 100644 apps/web/public/sitemap.xml diff --git a/apps/web/public/_robots.txt b/apps/web/public/_robots.txt new file mode 100644 index 0000000..7648e79 --- /dev/null +++ b/apps/web/public/_robots.txt @@ -0,0 +1,3 @@ +User-agent: * +Allow: / +Sitemap: https://trawl.dev/sitemap.xml diff --git a/apps/web/public/favicon.svg b/apps/web/public/favicon.svg new file mode 100644 index 0000000..1b6d6da --- /dev/null +++ b/apps/web/public/favicon.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/apps/web/public/sitemap.xml b/apps/web/public/sitemap.xml new file mode 100644 index 0000000..7dde32d --- /dev/null +++ b/apps/web/public/sitemap.xml @@ -0,0 +1,8 @@ + + + + https://trawl.dev/ + weekly + 1.0 + +