mirror of
https://github.com/djdevin/recflare.git
synced 2026-09-09 23:21:30 -07:00
[discovery] add cache since this never changes
This commit is contained in:
@@ -16,6 +16,9 @@
|
|||||||
// nothing documents and the client never asks for. With it, the Worker sees every
|
// nothing documents and the client never asks for. With it, the Worker sees every
|
||||||
// request and the files are reachable only through the binding, i.e. only under
|
// request and the files are reachable only through the binding, i.e. only under
|
||||||
// `/sections/pagesource/:type`.
|
// `/sections/pagesource/:type`.
|
||||||
|
"cache": {
|
||||||
|
"enabled": true
|
||||||
|
},
|
||||||
"assets": {
|
"assets": {
|
||||||
"binding": "ASSETS",
|
"binding": "ASSETS",
|
||||||
"directory": "./static",
|
"directory": "./static",
|
||||||
|
|||||||
Reference in New Issue
Block a user