Skip to content

Commit aced044

Browse files
committed
fix/description
1 parent 86eec19 commit aced044

2 files changed

Lines changed: 15 additions & 0 deletions

File tree

frontend/app/public/robots.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
User-agent: *
2+
Allow: /
3+
4+
Sitemap: https://europanite.github.io/client_side_rag/sitemap.xml

frontend/app/public/sitemap.xml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<urlset
3+
xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
4+
>
5+
<url>
6+
<loc>https://europanite.github.io/client_side_rag/</loc>
7+
<lastmod>2025-12-04</lastmod>
8+
<changefreq>weekly</changefreq>
9+
<priority>1.0</priority>
10+
</url>
11+
</urlset>

0 commit comments

Comments
 (0)