Note about the API

This commit is contained in:
Austin Chen 2022-10-12 09:52:53 -07:00
parent 490867d403
commit 29c68e048e

View File

@ -53,6 +53,8 @@ export function ImageModal(props: {
) )
} }
// Note: this is currently tied to a DreamStudio API key tied to akrolsmir@gmail.com,
// and injected on Vercel.
const API_KEY = process.env.NEXT_PUBLIC_DREAM_KEY const API_KEY = process.env.NEXT_PUBLIC_DREAM_KEY
function DreamTab(props: { function DreamTab(props: {