Skip to content

커스텀 도메인을 위한 CNAME파일 추가#62

Merged
gangjung merged 2 commits intomainfrom
feature/BEYONDWORM-125
Mar 20, 2026
Merged

커스텀 도메인을 위한 CNAME파일 추가#62
gangjung merged 2 commits intomainfrom
feature/BEYONDWORM-125

Conversation

@gangjung
Copy link
Copy Markdown
Collaborator

No description provided.

@gangjung gangjung requested review from konempty and wkdnffla3 March 18, 2026 15:39
@gangjung gangjung self-assigned this Mar 18, 2026
@notion-workspace
Copy link
Copy Markdown

@gemini-code-assist
Copy link
Copy Markdown

Summary of Changes

Hello, 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!

이 풀 리퀘스트는 web-io-game 프로젝트에 커스텀 도메인 기능을 활성화하기 위한 새로운 CNAME 파일을 도입합니다. 이 파일의 추가는 특정 커스텀 도메인을 애플리케이션에 매핑하기 위한 기본적인 단계이며, 이를 통해 서비스가 사용자 친화적이고 브랜드화된 URL을 통해 접근될 수 있도록 보장합니다.

Highlights

  • CNAME 파일 추가: 커스텀 도메인 설정을 위해 web-io-game/public/CNAME 경로에 beyondwormgame.beyond-imagination.net 도메인을 포함하는 CNAME 파일이 새로 추가되었습니다.

🧠 New Feature in Public Preview: You can now enable Memory to help Gemini Code Assist learn from your team's feedback. This makes future code reviews more consistent and personalized to your project's style. Click here to enable Memory in your admin console.

Using Gemini Code Assist

The 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 /gemini <command> or @gemini-code-assist <command>. Below is a summary of the supported commands on the current page.

Feature Command Description
Code Review /gemini review Performs a code review for the current pull request in its current state.
Pull Request Summary /gemini summary Provides a summary of the current pull request in its current state.
Comment @gemini-code-assist Responds in comments when explicitly tagged, both in pull request comments and review comments.
Help /gemini help Displays a list of available commands.

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 .gemini/ folder in the base of the repository. Detailed instructions can be found here.

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.

Footnotes

  1. Review the Privacy Notices, Generative AI Prohibited Use Policy, Terms of Service, and learn how to configure Gemini Code Assist in GitHub here. Gemini can make mistakes, so double check it and use code with caution.

Copy link
Copy Markdown

@gemini-code-assist gemini-code-assist bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

이 PR은 커스텀 도메인 설정을 위해 CNAME 파일을 추가합니다. 커스텀 도메인 적용을 위한 올바른 첫 단계입니다.

하지만 이 변경만으로는 커스텀 도메인에서 사이트가 올바르게 동작하지 않을 수 있습니다. web-io-game/vite.config.ts 파일의 base 설정이 '/Beyondworm/'으로 되어 있어, 커스텀 도메인 루트에서 에셋(CSS, JS 등)을 불러오지 못하는 문제가 발생할 것입니다. 커스텀 도메인을 사용하려면 base 설정을 '/'로 변경해야 합니다. 이 변경 사항을 현재 PR에 함께 포함하는 것을 강력히 권장합니다.

@gangjung
Copy link
Copy Markdown
Collaborator Author

gangjung commented Mar 19, 2026

Custom Domain을 사용하기위해 vite config의 base경로를 추가로 수정했습니다.

github pages의 기본 경로를 사용하게되면 beyond-imagination.github.io/Beyondworm/ 이기 때문에 vite빌드에서 base 경로에 /Beyondworm/을 붙여야 했습니다. (웹 브라우저의 루트는 beyond-imagination.github.io/)(프로젝트 명이 자동으로 붙음)
이렇게 해야 beyond-imagination.github.io/Beyondworm/assets/main.js 등의 에셋 결과물을 요청할 수 있습니다.

Custom Domain으로 변경하게되면 **beyondwormgame.beyond-imagination.net/**가 루트 경로가 되기 때문에, vite빌드의 base 경로를 /로 지정해줘야 beyondwormgame.beyond-imagination.net/assets/main.js 로 제대로 에셋 결과물을 요청할 수 있습니다.

Copy link
Copy Markdown
Contributor

@konempty konempty left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

고생하셨습니다 👍 👍

Comment thread web-io-game/public/CNAME
@@ -0,0 +1 @@
beyondwormgame.beyond-imagination.net
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

game 이라는 문구는 때도 괜찮을것 같아요!

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

아 beyondworm.beyond-imagination.net 은 이미 백엔드에서 사용하고있는 도메인이라 game을 붙였습니다 ㅎㅎㅎ;;

@gangjung gangjung merged commit d7d4ade into main Mar 20, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants