diff options
| author | Fuwn <[email protected]> | 2022-04-21 03:59:25 +0000 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2022-04-21 03:59:25 +0000 |
| commit | a7d02cb9de56c01a392e8634b226a8f0e2f11f8d (patch) | |
| tree | 6cce28e01ee3aeb0be84ab3f3291ea5f73fce092 /README.md | |
| parent | feat(proxy): create full html document (diff) | |
| download | september-a7d02cb9de56c01a392e8634b226a8f0e2f11f8d.tar.xz september-a7d02cb9de56c01a392e8634b226a8f0e2f11f8d.zip | |
feat: favicon support0.1.3
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -117,6 +117,14 @@ Defaults to `true`. PROXY_BY_DEFAULT=false ``` +### `FAVICON_EXTERNAL` + +An external favicon file to apply to the HTML response. + +```dotenv +FAVICON_EXTERNAL=https://host.fuwn.me/8te8lw0lxm03.webp +``` + ## Capsules using September [Add yours!](https://github.com/gemrest/september/edit/main/README.md) |