Skip to content

Commit

Permalink
Update custom.conf
Browse files Browse the repository at this point in the history
  • Loading branch information
jackchuong authored Oct 26, 2024
1 parent eedc987 commit c1d18d9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docker-configs/nginx/conf.d/custom.conf
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@ server {
try_files $uri $uri/ /index.html =404;
}

location /static {
#location /static {
location /_next/static {
root $webroot;
}

Expand Down

0 comments on commit c1d18d9

Please sign in to comment.