Chrome Extension: Update logo and change default routes to those of Twenty prod (#4046). (#4172)

* fix: replace twenty logo in the png format with one in the svg format for better resolution

* fix: toggle the custom url switch to true if the local storage contains a server base url different from that of the env variable

* fix: update the front base url and the server base url to those of the production environment in the .env.example file

* fix: update README to add a step for changing env variables to those of the development environment for contributors or local testers
This commit is contained in:
Abdullah
2024-02-26 13:05:59 +05:00
committed by GitHub
parent aa13b8338d
commit 2a05de5289
10 changed files with 38 additions and 65 deletions

View File

@ -1,2 +1,2 @@
VITE_SERVER_BASE_URL=http://localhost:3000
VITE_FRONT_BASE_URL=http://localhost:3001
VITE_SERVER_BASE_URL=https://api.twenty.com
VITE_FRONT_BASE_URL=https://app.twenty.com