Skip to content

Commit 7c6342f

Browse files
authored
fix proxy loop within netlify (#392)
Signed-off-by: Christopher Guindon <[email protected]>
1 parent b708e3b commit 7c6342f

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

build.sh

+4-1
Original file line numberDiff line numberDiff line change
@@ -70,4 +70,7 @@ for F in $FILES; do
7070
done
7171
fi
7272
done
73-
echo "Done!"
73+
echo "Done!"
74+
75+
echo -e "Step 7: Remove jakarta.ee _redirect file."
76+
rm ../static/_redirects

0 commit comments

Comments
 (0)