Skip to content

Instantly share code, notes, and snippets.

@neilkillen
Created August 18, 2022 14:02
Embed
What would you like to do?
// Trigger this middleware to run on the `/seasonal` and `/store` route
export const config = {
matcher: ['/seasonal', '/store'],
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment