-
Notifications
You must be signed in to change notification settings - Fork 929
Last #169
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Last #169
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request overview
This pull request removes the entire pages directory and associated files from the Hashnode blog theme, representing a significant structural change to the application.
Changes:
- Complete removal of all page components including home, post, series, newsletter, and API routes
- Deletion of all GraphQL query/mutation files and fragments
- Removal of all React components, utilities, and styling files
- Elimination of configuration files (package.json, next.config.js)
Reviewed changes
Copilot reviewed 250 out of 455 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| pages/* | All page routes removed including index, [slug], series, newsletter, preview, rss.xml, robots.txt, and API endpoints |
| lib/api/* | GraphQL queries, mutations, fragments, and client configuration deleted |
| components/* | All React components removed including headers, footers, layouts, forms, and UI elements |
| components/icons/svgs/* | SVG icon components deleted |
| package.json | Project dependencies and scripts configuration removed |
| next.config.js | Next.js configuration file deleted |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
No description provided.