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; diff --git a/scripts/_common.sh b/scripts/_common.sh index b403ad5..c9b5a6d 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -7,8 +7,8 @@ #================================================= # nodejs version -nodejs_version=18 -version_commit=94a4b2fb2e2ffad7b2fb04a78257a6dac4e7095a +nodejs_version=20 +version_commit=fcf9fcea52d1e09d689ed6998d729aa8d08be604 #================================================= # PERSONAL HELPERS