From e2e581de5966590669ae49e546853d7bc30cd95c Mon Sep 17 00:00:00 2001 From: Alicia Sykes Date: Tue, 2 Apr 2024 19:28:22 +0100 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20Adds=20new=20template=20variables?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/.env b/.env index c7953212..c0e28b94 100644 --- a/.env +++ b/.env @@ -27,6 +27,15 @@ # Usually the same as BASE_URL, but accessible in frontend # VUE_APP_DOMAIN=https://dashy.to +# Override the page title for the frontend app +# VUE_APP_TITLE='' + +# Set the default view to load on startup (can be `minimal`, `workspace` or `home`) +# VUE_APP_STARTING_VIEW=home + +# Set the Vue app routing mode (can be 'hash', 'history' or 'abstract') +# VUE_APP_ROUTING_MODE=history + # Should enable SRI for build script and link resources # INTEGRITY=true @@ -37,4 +46,4 @@ # VUE_APP_VERSION=2.0.0 # Directory for conf.yml backups -# BACKUP_DIR=./public/ \ No newline at end of file +# BACKUP_DIR=./public/