Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Summary of ChangesHello @aahreum, I'm Gemini Code Assist1! I'm currently reviewing this pull request and will post my feedback shortly. In the meantime, here's a summary to help you and other reviewers quickly get up to speed! 이 PR은 푸터에 표시되는 시연 영상과 발표 자료의 링크를 실제 유효한 URL로 업데이트하는 것을 목표로 합니다. 기존에 임시로 설정되어 있던 링크를 교체하고, 관련 TODO 주석을 제거하여 코드의 정확성과 유지보수성을 향상시킵니다. 이는 사용자에게 정확한 정보를 제공하고 프로젝트의 완성도를 높이는 데 기여합니다. Highlights
Using Gemini Code AssistThe full guide for Gemini Code Assist can be found on our documentation page, here are some quick tips. Invoking Gemini You can request assistance from Gemini at any point by creating a comment using either
Customization To customize Gemini Code Assist for GitHub experience, repository maintainers can create a configuration file and/or provide a custom code review style guide (such as PEP-8 for Python) by creating and adding files to a Limitations & Feedback Gemini Code Assist may make mistakes. Please leave feedback on any instances where its feedback is incorrect or counter productive. You can react with 👍 and 👎 on @gemini-code-assist comments. If you're interested in giving your feedback about your experience with Gemini Code Assist for Github and other Google products, sign up here. You can also get AI-powered code generation, chat, as well as code reviews directly in the IDE at no cost with the Gemini Code Assist IDE Extension. Footnotes
|
|
🎉 구현한 기능 Preview: https://frontend-ot3ef7dy0-fe-19-seongihuns-projects.vercel.app |
| { label: '발표자료', href: 'https://www.naver.com/' }, | ||
| { | ||
| label: '시연영상', | ||
| href: 'https://youtu.be/PKDVtuITyT4?si=lbgbbDJy8Zrg2HhA', |
There was a problem hiding this comment.
YouTube URL의 si 쿼리 파라미터는 공유 시 추가되는 추적용 파라미터로, 영상 재생에 필수적이지 않습니다. 리소스에 대한 URL은 불필요한 파라미터 없이 정식(canonical) 형태로 유지하는 것이 좋습니다. 이렇게 하면 URL이 더 깔끔해지고, 나중에 발생할 수 있는 잠재적인 문제를 방지할 수 있습니다. 해당 파라미터를 제거하는 것을 제안합니다.
| href: 'https://youtu.be/PKDVtuITyT4?si=lbgbbDJy8Zrg2HhA', | |
| href: 'https://youtu.be/PKDVtuITyT4', |
🔗 이슈 번호
✨ 작업한 내용