thanks joar!

This commit is contained in:
Ryan Haskell-Glatz 2021-03-24 12:14:01 -05:00 committed by GitHub
parent 1b0f4c7d15
commit a66d7cff9d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -101,7 +101,7 @@ The rest of this section will introduce you to the other __page types__ exposed
## Page.static
```terminal
elm-spa add /example sandbox
elm-spa add /example static
```
This was the page type we took a look at earlier, perfect for pages that render static HTML, but might need access to the `Shared.Model` or `Request` values.