feat: amz changes
This commit is contained in:
parent
a912c4dc55
commit
156e63fd6c
5 changed files with 7 additions and 4 deletions
|
|
@ -18,7 +18,7 @@ in {
|
|||
# React client-side routing support
|
||||
locations."/".extraConfig = ''
|
||||
index index.html;
|
||||
try_files $uri $uri/ /index.html;
|
||||
try_files $uri $uri/ /index.html$is_args$args;
|
||||
'';
|
||||
|
||||
# Cache static assets
|
||||
|
|
|
|||
|
|
@ -18,7 +18,7 @@ in {
|
|||
# React client-side routing support
|
||||
locations."/".extraConfig = ''
|
||||
index index.html;
|
||||
try_files $uri $uri/ /index.html;
|
||||
try_files $uri $uri/ /index.html$is_args$args;
|
||||
'';
|
||||
|
||||
# Cache static assets
|
||||
|
|
|
|||
|
|
@ -18,7 +18,7 @@ in {
|
|||
# React client-side routing support
|
||||
locations."/".extraConfig = ''
|
||||
index index.html;
|
||||
try_files $uri $uri/ /index.html;
|
||||
try_files $uri $uri/ /index.html$is_args$args;
|
||||
'';
|
||||
|
||||
# Cache static assets
|
||||
|
|
|
|||
|
|
@ -18,7 +18,7 @@ in {
|
|||
# React client-side routing support
|
||||
locations."/".extraConfig = ''
|
||||
index index.html;
|
||||
try_files $uri $uri/ /index.html;
|
||||
try_files $uri $uri/ /index.html$is_args$args;
|
||||
'';
|
||||
|
||||
# Cache static assets
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue