summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Swithinbank2024-12-17 17:49:06 +0100
committerGitHub2024-12-17 17:49:06 +0100
commitd127bfb1783945487abb1c871c2de4a004058ebf (patch)
treea6d3bb69427756e6ce91186f9fdf343b0a62e0e0
parentc5fcbb33a7a0511ac372f5d006a69f4195d1e266 (diff)
downloadIT.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.mjs1
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/',
},