Skip to content

Sevalla

Sevalla provides managed hosting for static sites and web applications. pageflare integrates by customizing the build command to optimize your site’s output before deployment.

Override the build command in the Sevalla dashboard to run pageflare after your framework’s build.

Terminal window
npm install -D @pageflare/cli

In the Sevalla dashboard, set the Build Command to:

npm run build && npx @pageflare/cli dist/ --in-place --no-progress

Set the Publish Directory to dist/ (or your framework’s output directory).

In the Sevalla dashboard, add an environment variable:

  • Key: PAGEFLARE_LICENSE
  • Value: your license key

After deploying, check the build logs for the pageflare summary:

Done 145.2 KB saved (38.1%) 1.2s
Files 42 total, 38 optimized, 4 unchanged, 0 errors
FrameworkOutput directory
Astrodist/
Next.js static exportout/
Hugopublic/
Vitedist/
Eleventy_site/

pageflare processes 0 files The output directory in the build command doesn’t match where your framework writes output. Check the table above.