Edit

Settings

List of built-in settings. (You can create your own settings.)

See also: API > Hooks.

Basics

HTML shell

Settings that set <head> tags (aka document metadata):

  • title: Set the page's title.
  • description: Set the page's description.
  • image: Set the page's preview image upon URL sharing.
  • viewport: Set the page's viewport size on mobile devices.
  • Head: Add arbitrary <head> tags.

See also: Guides > <head> tags.

You can also create your own document metadata settings, see Guides > <head> tags > Custom settings.

Other settings that modify the page HTML shell:

Vite

Settings that alias Vite settings (see also API > CLI):

Advanced

Most users don't need to know about these settings.

See also