Skip to content

릴리스: 광고 수익 최적화(수동 광고 유닛·JSON-LD 수정) 및 Pages 배포 - #140

Merged
magicsih merged 4 commits into
mainfrom
develop
Jul 30, 2026
Merged

릴리스: 광고 수익 최적화(수동 광고 유닛·JSON-LD 수정) 및 Pages 배포#140
magicsih merged 4 commits into
mainfrom
develop

Conversation

@magicsih

Copy link
Copy Markdown
Owner

develop의 광고/SEO 개선을 main에 반영해 GitHub Pages로 배포합니다.

포함 내용:

머지 시 www.txtwizard.net 배포가 트리거됩니다.

magicsih and others added 4 commits June 1, 2026 20:37
- 수동 광고 유닛 도입: 홈과 6개 주요 도구(compression, key-generation,
  encryption, decryption, hashing, encoding-decoding)의 결과 영역 하단에
  반응형 디스플레이 광고를 배치 (src/lib/ads.ts, AdUnit.svelte). 슬롯 미설정
  시 프로덕션에서 아무것도 렌더하지 않아 빈 광고 태그가 노출되지 않음.
- JSON-LD 렌더 버그 수정: SeoHead가 script 태그 내부의 중괄호 표현식을
  치환하지 못해 구조화 데이터가 실제로 렌더되지 않던 문제를 @html 방식으로
  해결. 홈을 포함한 전 페이지에서 유효한 JSON-LD 출력을 복구.
- SeoHead에 og:image 및 summary_large_image 트위터 카드 메타 추가.
- hashing, encoding-decoding 페이지에 SoftwareApplication/FAQPage JSON-LD 추가.
@magicsih
magicsih merged commit d39bdd1 into main Jul 30, 2026
5 checks passed

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 09bed825c6

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

@@ -51,7 +51,6 @@ jobs:
uses: actions/upload-pages-artifact@v4
with:
path: build

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

P2 Badge Restore hidden-file upload for Pages

On main deployments this workflow still creates build/.nojekyll, but with only path: build the actions/upload-pages-artifact@v4 input table documents include-hidden-files as defaulting to false, so dotfiles such as .nojekyll are omitted from the artifact. If this file is relied on to keep GitHub Pages from Jekyll-processing the SvelteKit output, the deployed site can lose access to generated underscore-prefixed assets; keep include-hidden-files: true or stop depending on this marker.

Useful? React with 👍 / 👎.

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.

1 participant