Conversation
oosuhada
force-pushed
the
codex/blog-mdx-system
branch
from
May 19, 2026 08:38
64f8aa5 to
5c80fe4
Compare
oosuhada
force-pushed
the
codex/blog-mdx-system
branch
from
August 28, 2026 08:34
81a2dbe to
056b7d3
Compare
oosuhada
force-pushed
the
codex/fix-askoosu-architecture-routing
branch
from
August 28, 2026 08:34
406b6ae to
001355b
Compare
Owner
Author
|
Closing this stale branch-to-branch PR because it has no CI signal and the main-facing AskOosu engineering evidence work is tracked separately in #9 with green checks. Branch is left intact for reference. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Goal
Add a file-based
/blogsystem to oosu.dev and publish the first technical post about automating Hanseong TFX173T monitor brightness with m1ddc, Swift, and LaunchAgent. Also tighten Cloudflare-facing production behavior found during dashboard review.Current status
/blog,/blog/[slug], and/blog/feed.xmlroutes.content/blog/m1ddc-monitor-brightness.mdx.content/exists in the standalone image.Always Use HTTPSforoosu.devfrom the dashboard./favicon.icohandling so browser/default favicon requests no longer return 404.Changed files
src/app/blog/**src/lib/blog.tssrc/components/blog/**content/blog/m1ddc-monitor-brightness.mdxsrc/app/sitemap.tssrc/lib/seo.tssrc/app/globals.cssDockerfilepackage.json,pnpm-lock.yamlsrc/app/favicon.ico/route.tssrc/app/layout.tsxnext.config.tsValidation commands run
pnpm exec tsc --noEmitpassed during earlier blog work./opt/homebrew/bin/corepack pnpm buildpassed locally after Cloudflare/favicon changes./favicon.ico,/favicon.svg,/llms.txt, tracked static images, and/blog./opt/homebrew/bin/docker compose -f ops/orbstack/compose.prod.yml up -d --build app.http://127.0.0.1:3010/favicon.icoandhttp://127.0.0.1:3010/blog.http://oosu.devredirecting to HTTPS,https://oosu.dev/favicon.ico,https://oosu.dev/favicon.svg,https://oosu.dev/blog,https://oosu.dev/llms.txt, and tracked image asset cache headers.Notes
next lintis still blocked by existing unrelated React Hooks lint findings in chat/sidebar/UI files. The changed blog files passed targeted ESLint during the blog work.