diff --git a/conf/nginx.conf b/conf/nginx.conf index 2bff29e..e5fff17 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -1,7 +1,7 @@ #sub_path_only rewrite ^__PATH__$ __PATH__/ permanent; location __PATH__/ { - alias __INSTALL_DIR__/build/; + alias __INSTALL_DIR__/dist/; index index.html;