mirror of
https://github.com/coollabsio/coolify-examples.git
synced 2026-02-23 07:48:56 +00:00
Update page.tsx
This commit is contained in:
@@ -1,7 +1,9 @@
|
|||||||
export default function Home() {
|
export default function Home() {
|
||||||
|
const analyticsId = process.env.NEXT_PUBLIC_ANALYTICS_ID;
|
||||||
return (
|
return (
|
||||||
<div className="flex flex-col items-center justify-center h-screen">
|
<div className="flex flex-col items-center justify-center h-screen">
|
||||||
<h1 className="text-3xl font-bold pb-4">Hello World</h1>
|
<h1 className="text-3xl font-bold pb-4">Hello World</h1>
|
||||||
|
<p>Analytics ID: {analyticsId}</p>
|
||||||
<a
|
<a
|
||||||
href="https://coolify.io"
|
href="https://coolify.io"
|
||||||
target="_blank"
|
target="_blank"
|
||||||
|
|||||||
Reference in New Issue
Block a user