💾 Archived View for kevachat.duckdns.org › room › NQBP9BkJ8bvxSRbNrwSZXisTmZ3aZ2j3We captured on 2024-03-21 at 15:14:20. Gemini links have been rewritten to link to archived content
-=-=-=-=-=-=-
_ __ ____ _ _ | |/ /_____ ____ _ / ___| |__ __ _| |_ | ' // _ \ \ / / _` | | | '_ \ / _` | __| | . \ __/\ V / (_| | |___| | | | (_| | |_ |_|\_\___| \_/ \__,_|\____|_| |_|\__,_|\__|
How to pass process.env.REACT[[_]]APP_CHAT[[_]]URL variable into this line:
https://github.com/chesslablab/react-chess/blob/master/src/App.js#L39
nothing work, hate node.js
the reason was I declared var inside the double quotes:
should be src={VAR} not src="{VAR}"
How to pass process.env.REACT[_]APP_CHAT[_]URL variable into this line:
https://github.com/chesslablab/react-chess/blob/master/src/App.js#L39
nothing work, hate node.js