We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d70ca1d commit c65bf29Copy full SHA for c65bf29
src/app/page.tsx
@@ -7,6 +7,7 @@ export default function Home() {
7
<h1 className="font-display text-5xl font-bold">NEBULA PLATFORM</h1>
8
<h2 className="text-lg hero">All in One platform for all things nebula</h2>
9
<GoogleButton />
10
+ <div>Vercel testing: {process.env.VERCEL_PROJECT_PRODUCTION_URL}</div>
11
</div>
12
13
);
0 commit comments