feat: add web public assets and robots config

This commit is contained in:
germondai
2026-06-14 14:55:00 +02:00
parent ece4f1b4d7
commit ce2e07bb35
3 changed files with 16 additions and 0 deletions
+3
View File
@@ -0,0 +1,3 @@
User-agent: *
Allow: /
Sitemap: https://trawl.dev/sitemap.xml
+5
View File
@@ -0,0 +1,5 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32">
<rect width="32" height="32" fill="#080808" />
<rect x="6" y="8" width="20" height="3" fill="#00e87a" />
<rect x="14" y="8" width="4" height="15" fill="#00e87a" />
</svg>

After

Width:  |  Height:  |  Size: 238 B

+8
View File
@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
<url>
<loc>https://trawl.dev/</loc>
<changefreq>weekly</changefreq>
<priority>1.0</priority>
</url>
</urlset>