diff options
| author | Sebastien Castiel <sebastien@castiel.me> | 2023-12-11 11:54:24 -0500 |
|---|---|---|
| committer | Sebastien Castiel <sebastien@castiel.me> | 2023-12-11 11:54:24 -0500 |
| commit | 4f43e8e42a17861855226757d3e825e3ff761018 (patch) | |
| tree | 75b3a9046f8d4cbc4bda0d567df58066c8758ea2 /src/lib/env.ts | |
| parent | 9f7ea9ca5066322db3e1697cc1d7102fe574aebb (diff) | |
Add Plausible
Diffstat (limited to 'src/lib/env.ts')
| -rw-r--r-- | src/lib/env.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/env.ts b/src/lib/env.ts index af5616c..89648eb 100644 --- a/src/lib/env.ts +++ b/src/lib/env.ts @@ -4,6 +4,7 @@ const envSchema = z.object({ NEXT_PUBLIC_BASE_URL: z.string().url(), POSTGRES_URL_NON_POOLING: z.string().url(), POSTGRES_PRISMA_URL: z.string().url(), + PLAUSIBLE_DOMAIN: z.string().optional(), }) export const env = envSchema.parse(process.env) |
