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
Copy file name to clipboardExpand all lines: docs/2-features/13-static-pages.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -31,6 +31,10 @@ Compiling and cleaning up static pages is done using the `{txt}static:generate`
31
31
{:hl-comment:./tempest:} static:clean
32
32
```
33
33
34
+
:::warning
35
+
If you're using Tempest's vite integration, make sure to run `bun/npm run build` before generating static pages.
36
+
:::
37
+
34
38
## Data providers
35
39
36
40
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.
0 commit comments