Archive prompt for the 36th commit

This commit is contained in:
Alex Erdei 2025-05-08 18:38:19 +01:00
parent 4b8b7d55bf
commit db89b37c42
1 changed files with 13 additions and 0 deletions

13
prompts/commit36.txt Normal file
View File

@ -0,0 +1,13 @@
Audio description:
"How can I deploy my previous project on GitHub pages? Take into
account that it's a single page application and GitHub pages is
not the best for deploying these or you need to use some kind of
tool for React apps. Let me the detailed answer, please."
What are the differences for Vite build?
// The deployment worked at this point, but the AI (o3) eliminated
// the usage of the isFriendsListPage field from the accountPage
// slice in the Redux store. This field determines in the UI if it
// shows the Profile component or the FriendsListPage component.
// I manually debugged the UserAccount component.