diff --git a/lib/kmxgit_web/router.ex b/lib/kmxgit_web/router.ex
index 4050573..3cdb313 100644
--- a/lib/kmxgit_web/router.ex
+++ b/lib/kmxgit_web/router.ex
@@ -162,6 +162,7 @@ end
pipe_through [:browser]
get "/:slug", SlugController, :show
get "/:owner/*slug", RepositoryController, :show
+ match :*, "/*path", PageController, :not_found
end
if Mix.env() != :dev do