Исправление ошибки отображения фотографий (front)

This commit is contained in:
Administrator
2025-04-26 06:27:05 +00:00
parent dce8d4b0b7
commit fdb8bc43d1
7 changed files with 27 additions and 70 deletions

View File

@@ -41,7 +41,7 @@
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"build": "CI=false && react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},