This commit is contained in:
Marcel Pociot
2020-06-16 00:37:56 +02:00
parent 645330f08f
commit c59c279128
3 changed files with 99 additions and 2 deletions

View File

@@ -0,0 +1,18 @@
---
title: Custom Views
order: 3
---
# Custom Views
## Homepage
The expose server allows you to modify the "homepage" of your server. This is the website that will be shown to your users when you access your server without any subdomain.
To customize it, clone the repository and modify the file located at `resources/views/homepage.twig`.
## 404 - Tunnel not found
Just like the homepage, you can also modify 404 views in case someone tries to access a subdomain that is not registered on the expose server.
To customize the error view, clone the repository and modify the file located at `resources/views/errors/404.twig`.