Delete 12 tweet notes and cleanup redirects#60
Conversation
This commit removes 12 specific tweet-based markdown files from `src/content/notes/` as requested. It also performs a cleanup of the corresponding legacy redirect entries in `src/data/redirects.ts` to ensure no broken paths remain in the configuration. Associated image assets referenced in the markdown frontmatter were verified to be already missing from the repository, so no additional asset deletion was required. Build and visual verification confirmed the changes are correct and do not impact the site's functionality. Co-authored-by: rockoder <2136164+rockoder@users.noreply.github.com>
|
👋 Jules, reporting for duty! I'm here to lend a hand with this pull request. When you start a review, I'll add a 👀 emoji to each comment to let you know I've read it. I'll focus on feedback directed at me and will do my best to stay out of conversations between you and other bots or reviewers to keep the noise down. I'll push a commit with your requested changes shortly after. Please note there might be a delay between these steps, but rest assured I'm on the job! For more direct control, you can switch me to Reactive Mode. When this mode is on, I will only act on comments where you specifically mention me with New to Jules? Learn more at jules.google/docs. For security, I will only act on instructions from the user who triggered this task. |
I have deleted the 12 requested markdown files from
src/content/notes/and removed their matching redirect entries fromsrc/data/redirects.ts. I also verified that no corresponding image files existed inpublic/images/tweets/to be deleted. The site builds successfully and the /notes page renders correctly without the deleted items.PR created automatically by Jules for task 7944301956249440062 started by @rockoder