Conversation
- 수동 광고 유닛 도입: 홈과 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 추가.
There was a problem hiding this comment.
💡 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 | |||
There was a problem hiding this comment.
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 👍 / 👎.
develop의 광고/SEO 개선을 main에 반영해 GitHub Pages로 배포합니다.
포함 내용:
머지 시 www.txtwizard.net 배포가 트리거됩니다.