Updated to nextjs 14.1.0

This commit is contained in:
Ryan Freeman 2024-02-29 20:59:11 +00:00
parent 57d4bc971b
commit ee02b97a11
3 changed files with 1984 additions and 1739 deletions

View File

@ -6,7 +6,11 @@ import rehypePrism from '@mapbox/rehype-prism'
const nextConfig = {
pageExtensions: ['jsx', 'js', 'tsx', 'ts', 'mdx'],
images: {
domains: ['i.scdn.co']
remotePatterns: [{
protocol: 'https',
hostname: 'i.scdn.co',
port: ''
}]
}
}

3713
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -28,12 +28,12 @@
"clsx": "^1.2.1",
"encoding": "^0.1.13",
"eslint": "8.31.0",
"eslint-config-next": "^13.3.0",
"eslint-config-next": "^14.1.0",
"fast-glob": "^3.2.12",
"feed": "^4.2.2",
"focus-visible": "^5.2.0",
"motion": "^10.15.5",
"next": "^13.4.10",
"next": "^14.1.0",
"next-themes": "^0.2.1",
"postcss": "^8.4.21",
"postcss-focus-visible": "^7.1.0",