Skip to content

Commit aa9cb76

Browse files
committed
Fix contentlayer example
1 parent fc1c61f commit aa9cb76

File tree

3 files changed

+306
-202
lines changed

3 files changed

+306
-202
lines changed

.gitpod.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# This configuration file was automatically generated by Gitpod.
2+
# Please adjust to your needs (see https://www.gitpod.io/docs/config-gitpod-file)
3+
# and commit this file to your remote git repository to share the goodness with others.
4+
5+
tasks:
6+
- init: yarn install && yarn run build
7+
command: yarn run dev
8+
9+

examples/contentlayer/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@
1010
"dependencies": {
1111
"@code-hike/mdx": "^0.5.2",
1212
"@types/node": "^17.0.30",
13-
"contentlayer": "latest",
14-
"next": "^12.1.0",
15-
"next-contentlayer": "latest",
13+
"contentlayer": "0.2.5",
14+
"next": "^12.1.5",
15+
"next-contentlayer": "0.2.5",
1616
"react": "^17.0.2",
1717
"react-dom": "^17.0.2"
1818
},

0 commit comments

Comments
 (0)