Skip to content

Commit fe96a1a

Browse files
authored
Merge pull request #7 from Markkos89/feat/vercel-analytics
Feat/vercel analytics
2 parents 943eb7b + 7bbd4bb commit fe96a1a

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

.env.example

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,20 @@
88

99
# When adding additional environment variables, the schema in "/src/env.mjs"
1010
# should be updated accordingly.
11+
12+
# Prisma
13+
# https://www.prisma.io/docs/reference/database-reference/connection-urls#env
14+
# DATABASE_URL="file:./db.sqlite" # unnused now for postgres
15+
16+
# Next Auth
17+
# You can generate a new secret on the command line with:
18+
# openssl rand -base64 32
19+
# https://next-auth.js.org/configuration/options#secret
20+
NEXTAUTH_SECRET=""
21+
NEXTAUTH_URL="http://localhost:3000"
22+
23+
POSTGRES_URL=
24+
POSTGRES_PRISMA_URL=""
25+
POSTGRES_URL_NON_POOLING=""
26+
27+
NEXT_PUBLIC_WALLET_CONNECT_ID=

src/components/Banner.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ const Banner = () => {
2121
>
2222
<Flex align="center" fontSize="sm">
2323
<Text fontWeight="medium" maxW={{ base: "32ch", md: "unset" }}>
24-
Acamdey V2 is coming soon 👀... Subscribe to our newsletter for
24+
Academy V2 is coming soon 👀... Subscribe to our newsletter for
2525
updates!
2626
</Text>
2727
<chakra.a

0 commit comments

Comments
 (0)