Skip to content

fix(docs): show WorkSight logo (broken public/assets symlink)#33

Open
kuyacarlo wants to merge 1 commit into
canaryfrom
fix/docs-logo
Open

fix(docs): show WorkSight logo (broken public/assets symlink)#33
kuyacarlo wants to merge 1 commit into
canaryfrom
fix/docs-logo

Conversation

@kuyacarlo

Copy link
Copy Markdown
Contributor

Summary

  • Docs referenced /assets/logos/logo.png, but website/public/assets was a symlink to the entire @worksight/assets package, so the file actually lived at /assets/src/logos/logo.png (404 in production).
  • Replace the symlink with a real public/assets/logos/ copy, synced from packages/assets/src/logos on every dev/build.

Test plan

  • pnpm --filter @worksight/docs build writes .vitepress/dist/assets/logos/logo.png
  • Built index.html still references /assets/logos/logo.png
  • Deployed docs show the logo in nav + hero

Made with Cursor

website/public/assets was a symlink to the whole @worksight/assets
package, so the built site exposed /assets/src/logos/logo.png while the
theme and hero asked for /assets/logos/logo.png (404 on Vercel).

Copy logos into the expected public path and sync them from
packages/assets before every docs build/dev.

Co-authored-by: Cursor <cursoragent@cursor.com>
@vercel

vercel Bot commented Jul 25, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
worksight-docs Ready Ready Preview, Comment Jul 25, 2026 11:00pm
2 Skipped Deployments
Project Deployment Actions Updated (UTC)
worksight-api Skipped Skipped Jul 25, 2026 11:00pm
worksight-web Skipped Skipped Jul 25, 2026 11:00pm

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