Skip to content

Commit caf9e30

Browse files
committed
fix: inaccurate last edited date
1 parent 2d0bdc1 commit caf9e30

File tree

4 files changed

+212
-8
lines changed

4 files changed

+212
-8
lines changed

.github/workflows/deploy.yml

+2
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ jobs:
1414
steps:
1515
- name: Checkout
1616
uses: actions/checkout@v2
17+
with:
18+
fetch-depth: 0
1719

1820
- name: Setup
1921
uses: actions/setup-node@v2

nuxt.config.js

+1
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@ export default async () => ({
8383
},
8484

8585
modules: [
86+
'nuxt-content-git',
8687
'@nuxt/content'
8788
],
8889

package-lock.json

+207-7
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@
1616
"@system76/components": "^1.4.0",
1717
"@system76/design": "^5.4.1",
1818
"core-js": "^3.18.2",
19-
"nuxt": "^2.2.0"
19+
"nuxt": "^2.2.0",
20+
"nuxt-content-git": "^3.0.0"
2021
},
2122
"devDependencies": {
2223
"@nuxt/image": "^0.6.0",

0 commit comments

Comments
 (0)