Skip to main content
VitePress

Search documentation

Type to search this documentation.

On this pageOverview

Last Updated

The update time of the last content will be displayed in the lower right corner of the page. To enable it, add lastUpdated options to your config.

JavaScript
export default {
  lastUpdated: true
}

This can be disabled per-page using the lastUpdated option on frontmatter:

YAML
---
lastUpdated: false
---

Also refer Default Theme: Last Updated for more details. Any truthy value at theme-level will also enable the feature unless explicitly disabled at site or page level.

Suggest an edit

Propose a replacement for this page. The site team reviews it before applying any changes.

Export
Documentation menu