-
-
Notifications
You must be signed in to change notification settings - Fork 371
Closed
Description
Currently, using the default files that are created upon running preact create, when I run a build a single index.html with pre-render mark-up is generated. What I'm looking for is for all route pages to be generated (after all, not all users will enter the site via the /index.html page).
Ideally a build would produce the following statically generated pages:
/index.html
/profiles/index.html
/profiles/john/index.html
Is it possible to do this, and if so how?
pldg
Metadata
Metadata
Assignees
Labels
No labels