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 | c30f3b98447e6c6332ef3c577aba2875f8e47180 (patch) | |
| tree | c25fc12f7f92f15c8a9a686d3dc223e2999fe5e1 /README.md | |
| parent | fix(gemini_to_html): replace redundancies (diff) | |
| download | september-c30f3b98447e6c6332ef3c577aba2875f8e47180.tar.xz september-c30f3b98447e6c6332ef3c577aba2875f8e47180.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 |