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 ...@@ -11,6 +11,8 @@ if [ $? -ne 0 ]; then
else else
cd ../../../ cd ../../../
favicon_folder="./public/favicon/" favicon_folder="./public/favicon/"
echo "⏳ Replacing default favicons with freshly generated pack..."
if [ -d "$favicon_folder" ]; then if [ -d "$favicon_folder" ]; then
rm -r "$favicon_folder" rm -r "$favicon_folder"
fi fi
......
...@@ -24,6 +24,7 @@ frontend: ...@@ -24,6 +24,7 @@ frontend:
- "/account" - "/account"
- "/apps" - "/apps"
- "/static" - "/static"
- "/favicon"
- "/auth/profile" - "/auth/profile"
- "/auth/unverified-email" - "/auth/unverified-email"
- "/txs" - "/txs"
......
...@@ -23,6 +23,7 @@ frontend: ...@@ -23,6 +23,7 @@ frontend:
- "/account" - "/account"
- "/apps" - "/apps"
- "/static" - "/static"
- "/favicon"
- "/auth/profile" - "/auth/profile"
- "/auth/unverified-email" - "/auth/unverified-email"
- "/txs" - "/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