Skip to content

Commit

Permalink
Fix robots.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
nuno-aac committed Nov 8, 2023
1 parent ce4dec4 commit be0c240
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions workspaces/website/functions/[[route]].ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ async function ittyAssetshandler(
router.get("/*.png", ittyAssetshandler);
router.get("/*.svg", ittyAssetshandler);
router.get("/*.ico", ittyAssetshandler);
router.get("/*.txt", ittyAssetshandler);
router.get("/assets/*", ittyAssetshandler);

router.all("/data/*", preflight);
Expand Down

0 comments on commit be0c240

Please sign in to comment.