You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
Currently, using the default files that are created upon running
preact create
, when I run abuild
a singleindex.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?
The text was updated successfully, but these errors were encountered: