Fix asset path in build
This commit is contained in:
parent
3be24c1500
commit
93961e553f
2 changed files with 5 additions and 0 deletions
|
@ -33,6 +33,9 @@ then
|
|||
echo "Source maps are enabled"
|
||||
fi
|
||||
|
||||
ASSET_URL="mc/$BRANCH"
|
||||
export ASSET_URL
|
||||
echo "$ASSET_URL"
|
||||
export NODE_OPTIONS=--max-old-space-size=6500
|
||||
vite build $SRC_MAPS
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue