feat: debugForms configuration to vite.config.ts

This commit is contained in:
Bart van der Braak 2024-02-21 09:58:21 +01:00
parent 7242d8997e
commit a240bce68c
9 changed files with 19 additions and 16 deletions

View file

@ -1,6 +1,8 @@
const SITE_URL =
import.meta.env.VERCEL_ENV === 'preview' ? import.meta.env.VERCEL_URL : 'omnidash.io';
export const debugForms = import.meta.env.DEBUG_FORMS === 'true' || false;
export const siteConfig = {
name: 'Omnidash',
author: 'Bart van der Braak',