Skip to content

Commit b936634

Browse files
committed
version update
1 parent 3b7e4ed commit b936634

6 files changed

Lines changed: 594 additions & 86 deletions

File tree

.env

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
GEMINI_API_KEY=

firestore.rules

Lines changed: 392 additions & 30 deletions
Large diffs are not rendered by default.

next.config.js

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
2+
/** @type {import('next').NextConfig} */
3+
const nextConfig = {
4+
images: {
5+
remotePatterns: [
6+
{
7+
protocol: 'https',
8+
hostname: 'i.ytimg.com',
9+
},
10+
{
11+
protocol: 'https',
12+
hostname: 'picsum.photos',
13+
}
14+
],
15+
},
16+
};
17+
18+
module.exports = nextConfig;

0 commit comments

Comments
 (0)