VITE_PLATFORM_LOGO does not work in self-hosted deployments #100
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Currently the README.md says to make a
.envfile but thebuild.shdoesn't actually source it when setting the VITE_PLATORM_LOGO and other vars. It only sources.env.templateand.env.localwhich is a non-standard use of .env conventions.I think for consistency and clarity we need to either:
.envand not.env.localin the build.shREADME.mdto tell people to use.env.localspecifically.env,.env.local,.env.*,.env.*.local).Thanks, I missed this, updated the readme to refer to .env.local and .env.template in
147c756c