We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
static.json
1 parent 16c60e3 commit 63bd14aCopy full SHA for 63bd14a
README.md
@@ -185,6 +185,7 @@ Enforce secure connections by automatically redirecting insecure requests to **h
185
186
```json
187
{
188
+ "root": "build/",
189
"https_only": true
190
}
191
```
@@ -193,6 +194,8 @@ Prevent downgrade attacks with [HTTP strict transport security](https://develope
193
194
195
196
197
198
+ "https_only": true,
199
"headers": {
200
"/**": {
201
"Strict-Transport-Security": "max-age=7776000"
@@ -211,6 +214,7 @@ Configure using [Proxy Backends from the static site buildpack](https://github.c
211
214
212
215
213
216
217
218
"proxies": {
219
"/api/": {
220
"origin": "${API_URL}"
0 commit comments