Skip to content

Commit a15697a

Browse files
authored
Revert ":arrow_up: - Update nextjs dependencies to 14.2" (#33)
2 parents 27b4c80 + 7a4bf02 commit a15697a

File tree

3 files changed

+707
-2158
lines changed

3 files changed

+707
-2158
lines changed

next.config.js

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,6 @@
11
const { withContentlayer } = require('next-contentlayer')
22

33
/** @type {import('next').NextConfig} */
4-
const nextConfig = {
5-
reactStrictMode: true,
6-
swcMinify: true ,
7-
experimental: {
8-
turbo: {
9-
rules: {
10-
'*.svg': {
11-
loaders: ['@svgr/webpack'],
12-
as: '*.js',
13-
},
14-
},
15-
},
16-
},}
4+
const nextConfig = { reactStrictMode: true, swcMinify: true }
175

186
module.exports = withContentlayer(nextConfig)

0 commit comments

Comments
 (0)