-
Notifications
You must be signed in to change notification settings - Fork 3
Fix page overrides #154
Copy link
Copy link
Open
Labels
bugSomething isn't workingSomething isn't workinggood first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is neededtodoGoal for next major releaseGoal for next major release
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workinggood first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is neededtodoGoal for next major releaseGoal for next major release
Type
Projects
Status
Todo
@altsalt Reported that using a configuration like:
Throws the error:
[AstroUserError] Invalid page override, pattern must contain the same params in the same locationThis is an issue with the way route patterns are validated: https://github.com/astrolicious/astro-theme-provider/blob/main/package/src/utils/path.ts#L43-L52