Skip to content

Commit 2821c65

Browse files
committed
Enable edit link & last updated
1 parent 2f6e156 commit 2821c65

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

astro.config.mjs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,10 @@ export default defineConfig({
1717
dark: "~/assets/aptos-logomark-dark.svg",
1818
replacesTitle: true,
1919
},
20+
editLink: {
21+
baseUrl: "https://github.com/aptos-labs/developer-docs/edit/main/",
22+
},
23+
lastUpdated: true,
2024
expressiveCode: {
2125
shiki: {
2226
// Define langs for shiki syntax highlighting

0 commit comments

Comments
 (0)