We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b878985 commit 3f8bf14Copy full SHA for 3f8bf14
next.config.js
@@ -1,7 +1,18 @@
1
/** @type {import('next').NextConfig} */
2
const nextConfig = {
3
images: {
4
- domains: ['uploadthing.com', 'lh3.googleusercontent.com'],
+ remotePatterns: [
5
+ {
6
+ protocol: 'https',
7
+ hostname: 'uploadthing.com',
8
+ pathname: '**',
9
+ },
10
11
12
+ hostname: 'lh3.googleusercontent.com',
13
14
15
+ ],
16
},
17
};
18
package.json
@@ -1,6 +1,6 @@
{
"name": "react-nextjs-boilerplate",
- "version": "2.0.0",
+ "version": "2.0.1",
"private": true,
"scripts": {
"dev": "next dev",
0 commit comments