https://github.com/orgs/vercel/discussions/6807 DNS_PROBE_FINISHED_NXDOMAIN error · vercel · Discussion #6807Page to Investigate https://queens-web.vercel.app Steps to Reproduce my vercel app has DNS problem. it work well yesterday but when I tried to access it now, it failed. our app already deployed usi...github.com 한국에서 vercel.app 도메인이 막혔다고 한다어쩐지 일부 환경에서 접속이 안돼서 왜 그런가 싶었다... (+ 추가)LG만 안되는 듯 싶다.
Discord 설정 1. 푸쉬 알림을 받을 채널 설정(톱니바퀴 모양) 클릭 2. 연동 > 웹후크만들기 버튼 클릭 3. 이름 변경 후 웹후크URL 복사 클릭 github 설정 1. 알림을 받을 깃허브 레포지토리 > 설정 > 웹후크 > 웹후크 추가 버튼 클릭 2. payloadURL에 아까 복사한 링크 + /github 입력 3. 원하는 설정 선택 후 Add webhook 버튼 클릭 디스코드 알림
1. Unsplash https://unsplash.com/ko 아름다운 무료 이미지 및 사진 | Unsplash 어떤 프로젝트를 위해서든 다운로드 및 사용할 수 있는 아름다운 무료 이미지 및 사진입니다. 어떤 로열티 프리 또는 스톡 사진보다 좋습니다. unsplash.com 무료 이미지 사이트 2. fontawesome https://fontawesome.com/ Font Awesome The internet's icon library + toolkit. Used by millions of designers, devs, & content creators. Open-source. Always free. Always awesome. fontawesome.com 3. Bootstrap https://getb..
1. Margin 마진을 한번에 입력할 때 순서 margin: top right bottom left; margin: top-bottom right-left; 2. 상대경로 입력 . 현재 파일이 위치한 경로 (현재 파일은 ./생략가능) .. 이전경로 or 상위경로 3. float (clear: both;) 가려져서 안보일땐 clear: both;를 입력하자 왜 써야하는가? float는 속성이 상속되어 다음 요소에게 영향을 준다. 다음 요소가 이전 요소를 밀고 올라오는데 그때 clear: both; 를 쓰면 이러한 현상을 막을 수 있다. 4. html로 할 수 있는 간단한 유효성 검사 대부분의 유효성 검사는 js로 진행하지만 html에서 간단하게 처리할 수도 있다. required 빈칸 체크, minlen..