Код: Выделить всё
npx create-react-router@latest my-react-router-app
< /code>
Версия React-router: < /p>
"react-router": "^7.5.1"
Код: Выделить всё
export default [
index("routes/login.tsx"),
route("menu", "routes/menu.tsx"),
route("skills", "routes/skills.tsx"),
route("courses", "routes/courses.tsx"),
] satisfies RouteConfig;
< /code>
Все работает отлично во время разработки. Теперь мне нужно развернуть это приложение в папке «/courses»
Подробнее здесь: https://stackoverflow.com/questions/795 ... ework-mode