Skip to content

Commit

Permalink
Add docs support (#243)
Browse files Browse the repository at this point in the history
  • Loading branch information
argaen authored Jan 30, 2024
1 parent 1e307fd commit 88873a8
Show file tree
Hide file tree
Showing 29 changed files with 1,159 additions and 22,427 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:

strategy:
matrix:
node-version: [16.17.0]
node-version: [18.17.0]

steps:
- uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:

strategy:
matrix:
node-version: [16.17.0]
node-version: [18.17.0]

steps:
- uses: actions/checkout@v3
Expand Down
1 change: 1 addition & 0 deletions .nvmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
v18.17.0
3 changes: 0 additions & 3 deletions next.config.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
/** @type {import('next').NextConfig} */
const nextConfig = {
experimental: {
appDir: true,
},
images: {
remotePatterns: [
{
Expand Down
Loading

0 comments on commit 88873a8

Please sign in to comment.