feat: Make the index be a hidden file
This commit is contained in:
parent
6adcf4bd55
commit
5f4aa730b1
|
@ -15,7 +15,7 @@ final class MainController extends AbstractController
|
||||||
#[Route('/', 'app_root')]
|
#[Route('/', 'app_root')]
|
||||||
public function root(): Response
|
public function root(): Response
|
||||||
{
|
{
|
||||||
return $this->index('index.md');
|
return $this->index('.index');
|
||||||
}
|
}
|
||||||
|
|
||||||
#[Route('/sync', 'app_sync')]
|
#[Route('/sync', 'app_sync')]
|
||||||
|
|
Loading…
Reference in New Issue