Skip to content

Commit

Permalink
log
Browse files Browse the repository at this point in the history
  • Loading branch information
PabloSzx committed Oct 17, 2023
1 parent 19dba6e commit 5ce27ce
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions examples/nextjs/src/app/page.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
'use client'

export default function Home() {
console.log(process.env.PUBLIC_ALCHEMY_KEY)
return (
<main className="flex min-h-screen flex-col items-center justify-between p-24">
<div className="relative flex place-items-center before:absolute before:h-[300px] before:w-[480px] before:-translate-x-1/2 before:rounded-full before:bg-gradient-radial before:from-white before:to-transparent before:blur-2xl before:content-[''] after:absolute after:-z-20 after:h-[180px] after:w-[240px] after:translate-x-1/3 after:bg-gradient-conic after:from-sky-200 after:via-blue-200 after:blur-2xl after:content-[''] before:dark:bg-gradient-to-br before:dark:from-transparent before:dark:to-blue-700 before:dark:opacity-10 after:dark:from-sky-900 after:dark:via-[#0141ff] after:dark:opacity-40 before:lg:h-[360px] z-[-1]">
Expand Down

0 comments on commit 5ce27ce

Please sign in to comment.