Skip to content

Commit

Permalink
fix(frontend): added unsplash client id
Browse files Browse the repository at this point in the history
  • Loading branch information
EchoSkorJjj committed Apr 29, 2024
1 parent c091e89 commit ab6e1a8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
3 changes: 2 additions & 1 deletion client/.env
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,5 @@ VITE_GOOGLE_CLIENT_ID=732452164989-t5obdqk38155erts9be9u6rg0fik7ptk.apps.googleu
VITE_STORAGE_KEY=helloworld
VITE_API_BASE_URL=http://localhost:8000
VITE_API_PROD_BASE_URL=https://eduhelper.info
VITE_NODE_ENV=development
VITE_NODE_ENV=development
VITE_UNSPLASH_CLIENT_ID=g1burm0JDtBIPdpvLmufXoEMaamWnm66lVBqcbxdBek
4 changes: 0 additions & 4 deletions client/src/vite-env.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,8 @@ interface ImportMetaEnv {
readonly VITE_NODE_ENV: "development" | "production";
readonly VITE_API_BASE_URL: string;
readonly VITE_API_PROD_BASE_URL: string;
readonly VITE_TELEGRAM_BOT_API_KEY: string;
readonly VITE_GOOGLE_MAP_API_KEY: string;
readonly VITE_GOOGLE_CLIENT_ID: string;
readonly VITE_LOCATIONIQ_ACCESS_TOKEN: string;
readonly VITE_STORAGE_KEY: string;
readonly VITE_URL_ENVIRONMENT_PREFIX: string;
readonly VITE_UNSPLASH_CLIENT_ID: string;
}

Expand Down

0 comments on commit ab6e1a8

Please sign in to comment.