From 1c3d8e90d5b4e85556092bdb18cc9e6a7350c20f Mon Sep 17 00:00:00 2001 From: brendt Date: Fri, 5 Jun 2026 11:46:16 +0200 Subject: [PATCH] wip --- docs/2-features/13-static-pages.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/2-features/13-static-pages.md b/docs/2-features/13-static-pages.md index 4ae985fc3..105f02a88 100644 --- a/docs/2-features/13-static-pages.md +++ b/docs/2-features/13-static-pages.md @@ -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.