mirror of
https://github.com/r-freeman/portfolio.git
synced 2024-11-11 19:05:41 +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 = {
|
const nextConfig = {
|
||||||
pageExtensions: ['jsx', 'js', 'tsx', 'ts', 'mdx'],
|
pageExtensions: ['jsx', 'js', 'tsx', 'ts', 'mdx'],
|
||||||
images: {
|
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",
|
"clsx": "^1.2.1",
|
||||||
"encoding": "^0.1.13",
|
"encoding": "^0.1.13",
|
||||||
"eslint": "8.31.0",
|
"eslint": "8.31.0",
|
||||||
"eslint-config-next": "^13.3.0",
|
"eslint-config-next": "^14.1.0",
|
||||||
"fast-glob": "^3.2.12",
|
"fast-glob": "^3.2.12",
|
||||||
"feed": "^4.2.2",
|
"feed": "^4.2.2",
|
||||||
"focus-visible": "^5.2.0",
|
"focus-visible": "^5.2.0",
|
||||||
"motion": "^10.15.5",
|
"motion": "^10.15.5",
|
||||||
"next": "^13.4.10",
|
"next": "^14.1.0",
|
||||||
"next-themes": "^0.2.1",
|
"next-themes": "^0.2.1",
|
||||||
"postcss": "^8.4.21",
|
"postcss": "^8.4.21",
|
||||||
"postcss-focus-visible": "^7.1.0",
|
"postcss-focus-visible": "^7.1.0",
|
||||||
|
Loading…
Reference in New Issue
Block a user