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%