Removed unused components, and references.#15
Merged
Conversation
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Contributor
There was a problem hiding this comment.
Pull Request Overview
This PR removes unused "post" functionality and related components, cleans up queries/types, and updates documentation accordingly.
- Removed post-related GROQ queries, types, and components.
- Updated link resolver and sitemap to only handle pages.
- Cleaned up README to reflect the trimmed schema.
Reviewed Changes
Copilot reviewed 14 out of 14 changed files in this pull request and generated 2 comments.
Show a summary per file
| File | Description |
|---|---|
| web/sanity/lib/utils.ts | Removed post case in link resolver comment. |
| web/sanity/lib/queries.ts | Deleted postFields, post queries, and updated sitemap query to pages only. |
| web/sanity.types.ts | Stripped out post-related type definitions/comments. |
| web/app/sitemap.ts | Renamed variable and logic to fetch only pages. |
| web/app/[slug]/page.tsx | Replaced onboarding for missing pages with a simple header. |
| README.md | Updated schema description to only mention Page/Settings. |
Comments suppressed due to low confidence (1)
README.md:56
- [nitpick] Update this line to accurately reflect the current schema (e.g., include
Personif still present or remove any stale references).
The template comes pre-defined with a schema containing `Page`, and `Settings` document types.
Comment on lines
51
to
55
| return ( | ||
| <div className="py-40"> | ||
| <PageOnboarding /> | ||
| <h1>Page not found</h1> | ||
| </div> | ||
| ); |
There was a problem hiding this comment.
Consider using Next.js's notFound() from 'next/navigation' here to return a true 404 response instead of rendering a static header.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.