Gatsby sites generally have two types of routes.
Routes:
- any asset (anything in your public folder that is not
.html
orpageData
) - any page (
index.html
andpageData
)
Wildcard routes:
- Any route that uses filesystem route api that uses dynamic segments or splat routes
- A redirect that uses a splat or dynamic segment
- Any route that uses a query parameter (e.g. url.com/page?param=true)
- Any route that uses a country or language condition
Comments
0 comments
Please sign in to leave a comment.