Skip to content

Commit

Permalink
Update demo API variable
Browse files Browse the repository at this point in the history
  • Loading branch information
akhuoa committed Mar 21, 2024
1 parent 96ff988 commit 8c0ba51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/demo.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ const SimulationVuer = defineClientComponent(() => {
export default {
data: function() {
return {
apiLocation: process.env.API_LOCATION,
apiLocation: import.meta.env.VITE_API_LOCATION,
id: 157,
};
}
Expand Down

0 comments on commit 8c0ba51

Please sign in to comment.