2
0

🧑‍💻 Allow for custom 404 system messages

This commit is contained in:
Baptiste Arnaud
2024-02-12 09:18:54 +01:00
parent e05580a5de
commit 5226b06fe1
3 changed files with 26 additions and 2 deletions

View File

@ -312,3 +312,12 @@ The related environment variables are listed here but you are probably not inter
| NEXT_PUBLIC_POSTHOG_HOST | https://app.posthog.com | PostHog API Host |
</Accordion>
<Accordion title="System labels">
| Parameter | Default | Description |
| ------------------------------- | ---------------------------------------- | ----------- |
| NEXT_PUBLIC_VIEWER_404_TITLE | 404 | |
| NEXT_PUBLIC_VIEWER_404_SUBTITLE | The bot you're looking for doesn't exist | |
</Accordion>