mirror of
https://github.com/bartvdbraak/omnidash.git
synced 2025-06-28 20:29:13 +00:00
feat: debugForms configuration to vite.config.ts
This commit is contained in:
parent
7242d8997e
commit
a240bce68c
9 changed files with 19 additions and 16 deletions
|
@ -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',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue