Skip to content

Commit

Permalink
Merge pull request #1615 from starknet-io/dev
Browse files Browse the repository at this point in the history
Merge dev into production
  • Loading branch information
rafaelcruzazevedo authored Nov 8, 2023
2 parents b122e4a + ac49e09 commit 8e69063
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 8e69063

Please sign in to comment.