Skip to content

Commit c48f446

Browse files
Merge pull request #11 from akirachix/develop
Develop
2 parents 1511c9d + 903ec82 commit c48f446

File tree

21 files changed

+5882
-4116
lines changed

21 files changed

+5882
-4116
lines changed

fruitguard/next.config.ts

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
1-
import type { NextConfig } from "next";
2-
const nextConfig: NextConfig = {
3-
};
41

5-
export default nextConfig;
2+
module.exports = {
3+
images: {
4+
remotePatterns: [
5+
{
6+
protocol: 'https',
7+
hostname: 'fruitguard-3b97d3adfdf5.herokuapp.com',
8+
port: '',
9+
pathname: '/media/**',
10+
},
11+
],
12+
},
13+
};

0 commit comments

Comments
 (0)