Skip to content

Commit a6306fd

Browse files
Merge pull request #38 from devinekask/feature/modified-time
Feature/modified time
2 parents 5048e7d + ba7f3dc commit a6306fd

5 files changed

Lines changed: 565 additions & 585 deletions

File tree

astro.config.mjs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
import { defineConfig } from "astro/config";
22
import starlight from "@astrojs/starlight";
3+
34
// https://astro.build/config
45
export default defineConfig({
56
site: "https://devinekask.github.io/",
@@ -9,6 +10,7 @@ export default defineConfig({
910
title: "Workflows",
1011
favicon: "/favicon.ico",
1112
customCss: ["./src/styles/custom.css"],
13+
lastUpdated: true,
1214
editLink: {
1315
baseUrl: "https://github.com/devinekask/workflows/edit/main/",
1416
},

0 commit comments

Comments
 (0)