Skip to content

chore: remove unused Next.js starter SVGs#61

Merged
mfozmen merged 1 commit into
mainfrom
chore/remove-unused-public-svgs
Jul 1, 2026
Merged

chore: remove unused Next.js starter SVGs#61
mfozmen merged 1 commit into
mainfrom
chore/remove-unused-public-svgs

Conversation

@mfozmen

@mfozmen mfozmen commented Jul 1, 2026

Copy link
Copy Markdown
Owner

Drop the four unused create-next-app SVGs from public/ (file/globe/next/window.svg — zero references). Keep public/ via .gitkeep so the Dockerfile's COPY /app/public still resolves after a fresh clone.

🤖 Generated with Claude Code

Drop file/globe/next/window.svg — leftover create-next-app assets with zero
references anywhere. Keep public/ via .gitkeep so the Dockerfile's
`COPY /app/public` step still resolves after clone.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
@github-actions

github-actions Bot commented Jul 1, 2026

Copy link
Copy Markdown

Advisory review (non-blocking)

Verified: file.svg, globe.svg, next.svg, window.svg have zero references anywhere in the codebase (grepped .ts/.tsx/.js/.jsx/.css/.json), so removal is safe. The added public/.gitkeep is a real fix, not cargo-culting — Dockerfile:28 does COPY --from=build /app/public ./public, and without a tracked file, public/ wouldn't exist after a fresh clone (git doesn't track empty dirs), breaking that COPY step.

No bugs, TDD, or convention issues — this is a static-asset-only deletion with no runtime code surface, so no tests are needed. Nothing to flag.

@sonarqubecloud

sonarqubecloud Bot commented Jul 1, 2026

Copy link
Copy Markdown

@mfozmen mfozmen merged commit d23a803 into main Jul 1, 2026
4 checks passed
@mfozmen mfozmen deleted the chore/remove-unused-public-svgs branch July 1, 2026 20:53
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