This is a blog created with Nextra.
- 노드 설치 https://nodejs.org/
- pnpm 설치 https://pnpm.io/ko/installation
- run
pnpm i
to install the dependencies. - run
pnpm dev
to start the development server and visit localhost:3000.
- https://github.com/simple-icons/simple-icons/blob/master/slugs.md
- https://github.com/simple-icons/simple-icons
- https://simpleicons.org/?q=c
Based on the deployment documentation.
Enter the values in the .env.development
, .env.staging
, .env.production
files to be used for each environments.
make build-development
make start-development
make build-staging
make start-staging
make build-production
make start-production
_meta.json 이 캐싱되어서 제대로 빌드되지 않는 버그가 있습니다.
빌드 로그에 다음과 같은 문구가 표기되어야지만 제대로 빌드가 됩니다.
Skipping build cache, deployment was triggered without cache.
해결방법은 다음과 같습니다.
Use an Environment Variable VERCEL_FORCE_NO_BUILD_CACHE with a value of 1 on your project to skip the Build cache
This project is licensed under the MIT License.