publicDir

Path to the directory where static assets are stored.

Defaults to "../public".

Usage

Pass a relative path to your public directory. If you're using a bundler such as Vite for building your project this value should match.

.triplex/config.json
{
  "publicDir": "../assets"
}
Was this page helpful?