mirror of
https://github.com/cloudflare/vinext.git
synced 2026-05-09 08:25:34 +02:00
[GH-ISSUE #199] Add support for rewrites #47
Labels
No labels
enhancement
enhancement
good first issue
help wanted
nextjs-tracking
nextjs-tracking
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/vinext#47
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @wojtekmaj on GitHub (Feb 28, 2026).
Original GitHub issue: https://github.com/cloudflare/vinext/issues/199
It seems like vinext are not working with rewrites properly:
https://nextjs.org/docs/app/api-reference/config/next-config-js/rewrites
Our config:
@Divkix commented on GitHub (Apr 30, 2026):
vinext does support
rewritesI don't think the issues is valid now.
A minimal reproduction repo would help confirm whether this is a remaining gap.