Skip to content

Commit

Permalink
Use static props
Browse files Browse the repository at this point in the history
Signed-off-by: gpbl <io@gpbl.dev>
  • Loading branch information
gpbl committed Mar 2, 2024
1 parent 5062f56 commit 6b9809c
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 20 deletions.
1 change: 1 addition & 0 deletions website/next.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ const nextConfig = {
reactStrictMode: true,
distDir: "build",
cleanDistDir: true,
output: "export",
};

export default nextConfig;
14 changes: 0 additions & 14 deletions website/pages/index.tsx

This file was deleted.

12 changes: 6 additions & 6 deletions website/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,22 +14,22 @@
"incremental": true,
"plugins": [
{
"name": "next",
},
"name": "next"
}
],
"types": ["node", "jest", "@testing-library/jest-dom", "./mdx.d.ts"],
"paths": {
"@/test/*": ["../test/*"],
"@/*": ["./*"],
},
"@/*": ["./*"]
}
},
"include": [
"next-env.d.ts",
"**/*.ts",
"**/*.tsx",
".next/types/**/*.ts",
"next.config.mjs",
"typedoc.mjs",
"typedoc.mjs"
],
"exclude": ["node_modules"],
"exclude": ["node_modules"]
}

0 comments on commit 6b9809c

Please sign in to comment.