We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Can the Pages preset static site generator handle dynamic or wildcard routes, e.g.
{ ... path: '/articles/[slug]' }
or even
{ ... path: '/articles/*' }
? Where slug would then be available in the template.
slug
Alternatively, is it possible to export an array of pages from a single .pages.jsx file?
The text was updated successfully, but these errors were encountered:
Hi, right now it is not possible. Will check if it is easy to integrate it.
Sorry, something went wrong.
No branches or pull requests
Can the Pages preset static site generator handle dynamic or wildcard routes, e.g.
or even
? Where
slug
would then be available in the template.Alternatively, is it possible to export an array of pages from a single .pages.jsx file?
The text was updated successfully, but these errors were encountered: