diff options
| author | Fuwn <[email protected]> | 2022-06-02 00:40:54 +0000 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2022-06-02 00:40:54 +0000 |
| commit | bdc59defd1dada807ea0de08d190baecb4b44b35 (patch) | |
| tree | 589af4d3e01f6e771ee0fd0b8dacab6b5cc2701f /README.md | |
| parent | fix(gemini_to_html): replace redundancies (diff) | |
| download | september-bdc59defd1dada807ea0de08d190baecb4b44b35.tar.xz september-bdc59defd1dada807ea0de08d190baecb4b44b35.zip | |
feat(response): plain text routes
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -125,6 +125,14 @@ An external favicon file to apply to the HTML response. FAVICON_EXTERNAL=https://host.fuwn.me/8te8lw0lxm03.webp ``` +### `PLAIN_TEXT_ROUTE` + +A comma-seperated list of paths to treat as plain text routes. + +```dotenv +PLAIN_TEXT_ROUTE=/robots.txt,/license.txt +``` + ## Styling Want to give your website a shiny new look? Try using one of sources |