Skip to content

Commit

Permalink
add favicon path to values for review envs
Browse files Browse the repository at this point in the history
  • Loading branch information
tom2drum committed Sep 6, 2023
1 parent f420735 commit bd8deaf
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions deploy/scripts/favicon_generator.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions deploy/values/review-l2/values.yaml.gotmpl
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ frontend:
- "/account"
- "/apps"
- "/static"
- "/favicon"
- "/auth/profile"
- "/auth/unverified-email"
- "/txs"
Expand Down
1 change: 1 addition & 0 deletions deploy/values/review/values.yaml.gotmpl
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ frontend:
- "/account"
- "/apps"
- "/static"
- "/favicon"
- "/auth/profile"
- "/auth/unverified-email"
- "/txs"
Expand Down

0 comments on commit bd8deaf

Please sign in to comment.