Skip to content

Commit c388c7a

Browse files
committed
make it actually build
1 parent 57e93aa commit c388c7a

24 files changed

+525
-887
lines changed

.eslintrc

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,9 @@
88
"@typescript-eslint/no-unused-vars": ["error", {"varsIgnorePattern": "^_"}],
99
"react-hooks/exhaustive-deps": "error",
1010
"react/no-unknown-property": ["error", {"ignore": ["meta"]}],
11-
"react-compiler/react-compiler": "error"
11+
"react-compiler/react-compiler": "error",
12+
"@next/next/no-img-element": "off",
13+
"@next/next/no-html-link-for-pages": "off"
1214
},
1315
"env": {
1416
"node": true,

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@
2828
"@docsearch/react": "^3.8.3",
2929
"@headlessui/react": "^1.7.0",
3030
"@radix-ui/react-context-menu": "^2.1.5",
31+
"@types/mdast": "^4.0.4",
3132
"body-scroll-lock": "^3.1.3",
3233
"classnames": "^2.2.6",
3334
"date-fns": "^2.16.1",

src/_pages/[[...markdownPath]].js

Lines changed: 0 additions & 179 deletions
This file was deleted.

src/_pages/_app.tsx

Lines changed: 0 additions & 58 deletions
This file was deleted.

0 commit comments

Comments
 (0)