Skip to content

Commit c1d5906

Browse files
committed
Update doc dependencies
1 parent 42811c6 commit c1d5906

File tree

3 files changed

+705
-405
lines changed

3 files changed

+705
-405
lines changed

docs/.vitepress/config.ts

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
1-
import { defineConfig } from 'vitepress'
2-
31
// https://vitepress.dev/reference/site-config
4-
export default defineConfig({
2+
export default {
53
lang: 'en-US',
64
title: "Hereldar\\DateTimes",
75
description: "Immutable classes to work with dates and times without mixing concepts",
@@ -21,7 +19,7 @@ export default defineConfig({
2119
]
2220
},
2321
base: '/php-date-times/'
24-
})
22+
}
2523

2624
function nav() {
2725
return [

0 commit comments

Comments
 (0)