diff options
author | Chris Swithinbank | 2024-12-17 17:49:06 +0100 |
---|---|---|
committer | GitHub | 2024-12-17 17:49:06 +0100 |
commit | d127bfb1783945487abb1c871c2de4a004058ebf (patch) | |
tree | a6d3bb69427756e6ce91186f9fdf343b0a62e0e0 | |
parent | c5fcbb33a7a0511ac372f5d006a69f4195d1e266 (diff) | |
download | IT.starlight-d127bfb1783945487abb1c871c2de4a004058ebf.tar.gz IT.starlight-d127bfb1783945487abb1c871c2de4a004058ebf.tar.bz2 IT.starlight-d127bfb1783945487abb1c871c2de4a004058ebf.zip |
Enable last-updated times in Starlight docs (#2720)
-rw-r--r-- | docs/astro.config.mjs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/astro.config.mjs b/docs/astro.config.mjs index dda60459..9906df38 100644 --- a/docs/astro.config.mjs +++ b/docs/astro.config.mjs @@ -41,6 +41,7 @@ export default defineConfig({ dark: '/src/assets/logo-dark.svg', replacesTitle: true, }, + lastUpdated: true, editLink: { baseUrl: 'https://github.com/withastro/starlight/edit/main/docs/', }, |