Skip to content

Commit

Permalink
#198 - testing (wip)
Browse files Browse the repository at this point in the history
  • Loading branch information
krzysztofrewak committed Mar 27, 2024
1 parent 3391fa0 commit 17bc96e
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions lang/en/routes.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
<?php

declare(strict_types=1);

return [
"about" => "about",
"case-studies" => "case-studies",
"case-studies/{slug}" => "case-studies/{slug}",
"partners" => "partners",
"career" => "career",
"contact" => "contact",
"legal" => "legal",
"meetups" => "meetups",
"events" => "events",
"events/{slug}" => "events/{slug}",
];

0 comments on commit 17bc96e

Please sign in to comment.