diff --git a/build-static.sh b/build-static.sh index 9ac17e2..0f6f5b4 100644 --- a/build-static.sh +++ b/build-static.sh @@ -7,5 +7,6 @@ cp -r frontend/static/ dist/ # Delete the old static files and copy the new ones to the dist folder rm -rf frontend/static/ cp -r frontend/src/index.html dist/static/ +cp -r frontend/src/favicon.png dist/static/ cp -r frontend/src/modules/font-awesome/ dist/static/modules/font-awesome/ cp -r frontend/src/css/ dist/static/ \ No newline at end of file diff --git a/frontend/src/favicon.png b/frontend/src/favicon.png new file mode 100755 index 0000000..e6b27a0 Binary files /dev/null and b/frontend/src/favicon.png differ