We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc1c61f commit aa9cb76Copy full SHA for aa9cb76
.gitpod.yml
@@ -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
@@ -10,9 +10,9 @@
10
"dependencies": {
11
"@code-hike/mdx": "^0.5.2",
12
"@types/node": "^17.0.30",
13
- "contentlayer": "latest",
14
- "next": "^12.1.0",
15
- "next-contentlayer": "latest",
+ "contentlayer": "0.2.5",
+ "next": "^12.1.5",
+ "next-contentlayer": "0.2.5",
16
"react": "^17.0.2",
17
"react-dom": "^17.0.2"
18
},
0 commit comments