Skip to content

Commit d1e544e

Browse files
authored
FIX: build directory now dist (#845)
1 parent 3b23585 commit d1e544e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compose/nginx/nginx.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ http {
7777
#include /etc/nginx/sites-enabled/*;
7878
server {
7979
server_name _;
80-
root /compose/neurosynth-frontend/build;
80+
root /compose/neurosynth-frontend/dist;
8181

8282
location /static/ {
8383
}

0 commit comments

Comments
 (0)