Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions docs/2-features/13-static-pages.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,10 @@ Compiling and cleaning up static pages is done using the `{txt}static:generate`
{:hl-comment:./tempest:} static:clean
```

:::warning
If you're using Tempest's vite integration, make sure to run `bun/npm run build` before generating static pages.
:::

## Data providers

Since most pages require some form of dynamic data, static pages can be assigned a data provider, which will generate multiple pages for one controller action.
Expand Down
Loading