HomeAboutMeBlogGuest
© 2025 Sejin Cha. All rights reserved.
Built with Next.js, deployed on Vercel
📝
학습 TIL
/
🌱
[TIL] 데브코스 103일차
🌱

[TIL] 데브코스 103일차

Date
Aug 10, 2022
대주제
프로젝트
주제
NavBar
env
활동 기록

오늘 배운 것 🌱

  • netlify env 이슈 처리 ⇒ 실패..
  • NavBar 작업

어려웠던 내용 🧐

  • netlify 에서 env를 못 읽는 이슈
    • 일단 node환경과 브라우저 환경 중, 노드 환경 자체에서 env를 읽어드리지 못하는 것 확인

느낀점 😎

  • 속도와의 싸움 시작
    • 충분히 고민, 생각하고 개발하기에는 남은 시간이 너무 부족하였다.
    • 효율적으로 생각하고, 빠르게 작업하는 것도 하나의 연습이라고 생각하고 시도하고 있다!
      • 단 삶의 패턴이 무너지지 않게, 먹는 것, 자는 것은 챙겨가며 진행하는 것으로!
       
       

참고

Build environment variables
Netlify environment variables are accessible during your build. This allows you to change behaviors based on deploy parameters or to include information you don't want to save in your repository, such as API keys. This page describes specific variables available in the Netlify build environment, how to set your own environment variables, and how to use environment variables during the build process.
Build environment variables
https://docs.netlify.com/configure-builds/environment-variables/?_ga=2.204118672.1617081789.1660036620-300098983.1659658459
Build environment variables