mirror of
https://github.com/r-freeman/portfolio.git
synced 2024-11-22 11:45:42 +00:00
Updated to nextjs 14.1.0
This commit is contained in:
parent
57d4bc971b
commit
ee02b97a11
@ -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
3713
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user