Update prebuild.sh

This commit is contained in:
Trance-0
2025-11-24 15:45:24 -06:00
parent d62bbff1f0
commit 5ff45521c5

View File

@@ -2,6 +2,12 @@
export KEEP_PAGES="Math3200"
# check if environment variable is set
if $KEEP_PAGES == ""; then
echo "Please set environment variable KEEP_PAGES to the pages you want to keep for microsite building."
exit 1
fi
echo "Currently compiling pages: ${KEEP_PAGES}"
# Rewrite base _meta.js and next.config.js for export pages