Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
noxify committed Jan 22, 2025
1 parent fdb72ea commit 49786ab
Show file tree
Hide file tree
Showing 3 changed files with 34 additions and 45 deletions.
11 changes: 0 additions & 11 deletions next.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,4 @@ export default withMDX({
eslint: { ignoreDuringBuilds: true },
typescript: { ignoreBuildErrors: true },
images: { unoptimized: true },
// experimental: {
// parallelServerCompiles: true,
// webpackBuildWorker: true,
// },
webpack(config, { webpack }) {
config.resolve.extensionAlias = {
".js": [".ts", ".tsx", ".js"],
}

return config
},
})
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@
"@next/mdx": "15.1.6",
"@radix-ui/react-accordion": "^1.2.2",
"@radix-ui/react-collapsible": "1.1.2",
"@radix-ui/react-dialog": "1.1.4",
"@radix-ui/react-dropdown-menu": "2.1.4",
"@radix-ui/react-select": "^2.1.4",
"@radix-ui/react-dialog": "1.1.5",
"@radix-ui/react-dropdown-menu": "2.1.5",
"@radix-ui/react-select": "^2.1.5",
"@radix-ui/react-slot": "1.1.1",
"@radix-ui/react-tabs": "1.1.2",
"@renoun/mdx": "1.3.1",
Expand Down
62 changes: 31 additions & 31 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 49786ab

Please sign in to comment.