From f9184889639d2b4b98a2921ae4d7e091100bf7d0 Mon Sep 17 00:00:00 2001 From: klemek Date: Sun, 26 Apr 2026 10:30:52 +0200 Subject: [PATCH] feat: add vite custom head --- .env.example | 3 ++- index.html | 5 ++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.env.example b/.env.example index 5c9dc08..d04815a 100644 --- a/.env.example +++ b/.env.example @@ -1,4 +1,5 @@ VITE_BASE_URL=http://localhost:8080/ VITE_APP_TITLE= My Blog VITE_APP_SIGNATURE=By me -VITE_APP_LANG=en \ No newline at end of file +VITE_APP_LANG=en +VITE_CUSTOM_HEAD= \ No newline at end of file diff --git a/index.html b/index.html index 41a0b04..7c40100 100644 --- a/index.html +++ b/index.html @@ -3,13 +3,12 @@ - - %VITE_APP_TITLE_NO_HTML% - + %VITE_APP_TITLE_NO_HTML% + %VITE_CUSTOM_HEAD%