Skip to content

Commit ca47108

Browse files
committed
dynmic content on home
1 parent 6db3383 commit ca47108

File tree

6 files changed

+136
-168
lines changed

6 files changed

+136
-168
lines changed

.env

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
NEXT_PUBLIC_YOUTUBE_API_KEY=AIzaSyA4Md1yfdj1HcLOsf57LA6X8t7YVzI-ZNc

next.config.mjs

+3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
/** @type {import('next').NextConfig} */
22
const nextConfig = {
33
reactStrictMode: true,
4+
env: {
5+
NEXT_PUBLIC_YOUTUBE_API_KEY: process.env.NEXT_PUBLIC_YOUTUBE_API_KEY,
6+
},
47
};
58

69
export default nextConfig;

0 commit comments

Comments
 (0)