diff --git a/src/Controller/MainController.php b/src/Controller/MainController.php index f3281d9..fe2dc79 100644 --- a/src/Controller/MainController.php +++ b/src/Controller/MainController.php @@ -15,7 +15,7 @@ final class MainController extends AbstractController #[Route('/', 'app_root')] public function root(): Response { - return $this->index('index.md'); + return $this->index('.index'); } #[Route('/sync', 'app_sync')]