feat: PUBLIC_URL
This commit is contained in:
parent
f03984f9d0
commit
a487a22ee5
4 changed files with 5 additions and 2 deletions
|
|
@ -15,6 +15,7 @@ jobs:
|
|||
fi
|
||||
cat <<EOF >> .env
|
||||
BASE_URL="$BASE_URL"
|
||||
PUBLIC_URL="${PUBLIC_URL:-$BASE_URL}"
|
||||
EOF
|
||||
cat .env
|
||||
|
||||
|
|
|
|||
Reference in a new issue