fix: absolute redirects in production

In production when accessing a URL without a trailing `/`, the nginx
server redirects absolutely and thus navigating to the herokuapp instead
of leaving the user in `www.electronjs.org`.
This commit is contained in:
Antón Molleda 2021-06-04 12:24:11 -07:00
Родитель 8f07acb75c
Коммит 4bf1ea53c5
2 изменённых файлов: 2 добавлений и 1 удалений

Просмотреть файл

@ -4,7 +4,7 @@
"url": "heroku/nodejs"
},
{
"url": "https://github.com/hone/heroku-buildpack-static"
"url": "https://github.com/molant/heroku-buildpack-static"
}
]
}

Просмотреть файл

@ -1,6 +1,7 @@
{
"root": "build/",
"clean_urls": true,
"absolute_redirect": false,
"headers":{
"/**":{
"Cache-Control": "no-cache"