Commit bd8deaf4 authored by tom's avatar tom

add favicon path to values for review envs

parent f4207350
......@@ -11,6 +11,8 @@ if [ $? -ne 0 ]; then
else
cd ../../../
favicon_folder="./public/favicon/"
echo "⏳ Replacing default favicons with freshly generated pack..."
if [ -d "$favicon_folder" ]; then
rm -r "$favicon_folder"
fi
......
......@@ -24,6 +24,7 @@ frontend:
- "/account"
- "/apps"
- "/static"
- "/favicon"
- "/auth/profile"
- "/auth/unverified-email"
- "/txs"
......
......@@ -23,6 +23,7 @@ frontend:
- "/account"
- "/apps"
- "/static"
- "/favicon"
- "/auth/profile"
- "/auth/unverified-email"
- "/txs"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment