Skip to content

Remove School page and eliminate all /school references/assets - #165

Merged
kunalkeshan merged 3 commits into
mainfrom
copilot/remove-school-page-assets
Apr 15, 2026
Merged

kunalkeshan merged 3 commits into
mainfrom
copilot/remove-school-page-assets

Conversation

Copilot AI commented Apr 15, 2026 •

Copy link
Copy Markdown
Contributor

This PR removes the deprecated School page and cleans up all linked references so navigation, routing, and generated URLs stay consistent with the remaining site structure.

  • Page and route removal

    • Deleted pages/school.tsx to remove the /school route entirely.
  • School-only data/component cleanup

    • Deleted data/personal.ts (SCHOOL_INFO payload) since it was only consumed by School.
    • Deleted components/reusable/PersonalInfoCard.tsx, which was only used by the removed School page.
  • Navigation and link surface updates

    • Removed School entry from components/layouts/Navbar.tsx.
    • Removed School entry from components/layouts/Footer.tsx.
  • Sitemap cleanup

    • Removed buildUrl("/school") from pages/sitemap.xml.ts to prevent stale URL emission.
// pages/sitemap.xml.ts (before -> after)
return [
  buildUrl("/certifications"),
  // buildUrl("/school"),  // removed
  buildUrl("/links"),
];

Warning

Firewall rules blocked me from connecting to one or more addresses (expand for details)

I tried to connect to the following addresses, but was blocked by firewall rules:

  • fonts.googleapis.com
    • Triggering command: /opt/hostedtoolcache/node/24.14.1/x64/bin/node /opt/hostedtoolcache/node/24.14.1/x64/bin/node /home/REDACTED/work/kunalkeshan.dev/kunalkeshan.dev/node_modules/next/dist/compiled/jest-worker/processChild.js (dns block)
    • Triggering command: /opt/hostedtoolcache/node/24.14.1/x64/bin/node /opt/hostedtoolcache/node/24.14.1/x64/bin/node /home/REDACTED/work/kunalkeshan.dev/kunalkeshan.dev/node_modules/next/dist/server/lib/start-server.js (dns block)
  • res.cloudinary.com
    • Triggering command: /opt/hostedtoolcache/node/24.14.1/x64/bin/node /opt/hostedtoolcache/node/24.14.1/x64/bin/node /home/REDACTED/work/kunalkeshan.dev/kunalkeshan.dev/node_modules/next/dist/server/lib/start-server.js (dns block)

If you need me to access, download, or install something from one of these locations, you can either:

@vercel

vercel Bot commented Apr 15, 2026 •

Copy link
Copy Markdown

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

Project Deployment Actions Updated (UTC)
kunalkeshan-dev Ready Ready Preview, Comment Apr 15, 2026 4:24am

Copilot AI changed the title [WIP] Remove School page and related assets Remove School page and eliminate all /school references/assets Apr 15, 2026
Copilot AI requested a review from kunalkeshan April 15, 2026 04:25
@kunalkeshan
kunalkeshan marked this pull request as ready for review April 15, 2026 04:25
@kunalkeshan
kunalkeshan merged commit cc1fcb5 into main Apr 15, 2026
3 checks passed
@kunalkeshan
kunalkeshan deleted the copilot/remove-school-page-assets branch April 15, 2026 04:40

This branch was successfully deployed

1 active deployment
Preview — 8bd51196 Deployed Apr 15, 2026 by vercel[bot]
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.

Remove School Page and Related/Link Assets

2 participants