Skip to content

Commit

Permalink
Improve changeset comments
Browse files Browse the repository at this point in the history
  • Loading branch information
fuma-nama committed Jan 1, 2024
1 parent 49201be commit b69a58c
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .changeset/mighty-keys-promise.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,15 @@
---

**Support last modified timestamp for Git**

Enable this in `next.config.mjs`:

```js
const withNextDocs = createNextDocs({
mdxOptions: {
lastModifiedTime: 'git',
},
});
```

Access it via `page.data.exports.lastModified`.

0 comments on commit b69a58c

Please sign in to comment.