-
Notifications
You must be signed in to change notification settings - Fork 407
fix: Enhance route matching to return isPage flag and add tests for…
#1927
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
Conversation
🦋 Changeset detectedLatest commit: 84c950d The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
✅ Deploy Preview for solid-start-landing-page ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
More templates
commit: |
03019bd to
e631165
Compare
… plain text API response and Missing page handling that has both api/file routes.
|
@birkskyum @Brendonovich any thoughts on this? |
atilafassina
left a comment
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.
|
@atilafassina Sure thing. I've resolved the conflicts and merged the changes. |
… plain text API response and Missing page handling that has both api/file routes.
PR Checklist
Please check if your PR fulfills the following requirements:
What is the current behavior?
The
content-typeistext/htmlfor the plain-text API response.What is the new behavior?
It keeps both API/file routes in one path, and the
content-typewill betext/plainfor plain-text API responses.Other information
Adds a test for plain text API response and a test for handling missing pages with both API/file routes.