This commit is contained in:
FullGreaM 2026-04-26 22:19:14 +03:00
parent 888af6021b
commit 0f2549d96c
2 changed files with 1 additions and 0 deletions

View File

@ -7,5 +7,6 @@ cp -r frontend/static/ dist/
# Delete the old static files and copy the new ones to the dist folder # Delete the old static files and copy the new ones to the dist folder
rm -rf frontend/static/ rm -rf frontend/static/
cp -r frontend/src/index.html dist/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/modules/font-awesome/ dist/static/modules/font-awesome/
cp -r frontend/src/css/ dist/static/ cp -r frontend/src/css/ dist/static/

BIN
frontend/src/favicon.png Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.3 KiB