Skip to content

Commit

Permalink
chore(robots): 🔧 add robots.txt file
Browse files Browse the repository at this point in the history
  • Loading branch information
johnDeSilencio committed May 11, 2024
1 parent 92866cf commit 7a7318f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
<link data-trunk rel="css" href="./style/compiled.css" />
<link data-trunk rel="copy-file" href="./fonts/retganon.woff2" />
<link data-trunk rel="copy-file" href="./public/manifest.json" />
<link data-trunk rel="copy-file" href="./public/robots.txt" />
</head>
<body class="min-h-screen bg-black text-white"></body>
</html>
2 changes: 2 additions & 0 deletions public/robots.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
User-Agent: *
Allow: /

0 comments on commit 7a7318f

Please sign in to comment.