Skip to content

Commit

Permalink
Merge pull request #11 from oogunjob/resolving-enviornmentvariables
Browse files Browse the repository at this point in the history
commit
  • Loading branch information
oogunjob committed Jan 27, 2024
2 parents 6787851 + 2a5a27e commit 9ba75ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ function Home() {
useEffect(() => {
// @ts-ignore
window.MusicKit?.configure({
developerToken: process.env.NEXT_PUBLIC_APPLE_DEVELOPER_TOKEN,
developerToken: process.env.NEXT_PUBLIC_APPLE_DEVELOPER_TOKEN ?? "",
icon: "https://raw.githubusercontent.com/Musish/Musish/assets/misc/authIcon.png",
});

Expand Down

0 comments on commit 9ba75ec

Please sign in to comment.