Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: env variable for VITE_API_HOST in README.md #22

Merged
merged 4 commits into from
Nov 22, 2023

Conversation

spaenleh
Copy link
Member

@spaenleh spaenleh commented Nov 22, 2023

In this PR, I fix an error in the README about the value to set for the VITE_API_HOST it was missing the protocol and port. It should be http://localhost:3000 so that the queryclient config can build a URL object from it.

I also updated the deployement workflows to include the build time in a meta tag of the index.html file of the app. This will be usefull to double check if the current verison of the app is the most up-to-date one.

@spaenleh spaenleh linked an issue Nov 22, 2023 that may be closed by this pull request
@spaenleh spaenleh requested review from pyphilia and ReidyT November 22, 2023 08:34
@spaenleh spaenleh self-assigned this Nov 22, 2023
@spaenleh spaenleh added bug Something isn't working chore Generic task or chore labels Nov 22, 2023
@spaenleh spaenleh merged commit 1289d1c into main Nov 22, 2023
4 checks passed
@spaenleh spaenleh deleted the 17-fix-env-variable-value-in-readme branch November 22, 2023 13:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working chore Generic task or chore v1.2.0
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Fix env variable value in readme
2 participants