Skip to content

Commit 88873a8

Browse files
authored
Add docs support (#243)
1 parent 1e307fd commit 88873a8

29 files changed

+1159
-22427
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313

1414
strategy:
1515
matrix:
16-
node-version: [16.17.0]
16+
node-version: [18.17.0]
1717

1818
steps:
1919
- uses: actions/checkout@v3

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535

3636
strategy:
3737
matrix:
38-
node-version: [16.17.0]
38+
node-version: [18.17.0]
3939

4040
steps:
4141
- uses: actions/checkout@v3

.nvmrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
v18.17.0

next.config.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
/** @type {import('next').NextConfig} */
22
const nextConfig = {
3-
experimental: {
4-
appDir: true,
5-
},
63
images: {
74
remotePatterns: [
85
{

0 commit comments

Comments
 (0)