From 00c0829600ca18746eb0f35a7c78912edf17b1ab Mon Sep 17 00:00:00 2001 From: Dikshit Moradiya <106728438+ct-dixit@users.noreply.github.com> Date: Mon, 24 Nov 2025 06:05:18 +0000 Subject: [PATCH 1/2] add env.local,example --- uikit/react/.env.local.example | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 uikit/react/.env.local.example diff --git a/uikit/react/.env.local.example b/uikit/react/.env.local.example new file mode 100644 index 0000000..663c3eb --- /dev/null +++ b/uikit/react/.env.local.example @@ -0,0 +1,27 @@ +## ----------------------------------------- +## App Version +## ----------------------------------------- +NEXT_PUBLIC_VERSION= + +## ----------------------------------------- +## Public URL +## ----------------------------------------- +NEXT_PUBLIC_PATH= +NEXT_PUBLIC_BASE_NAME= + +## ----------------------------------------- +## SEO +## ----------------------------------------- +NEXT_PUBLIC_METADATA_BASE= + +## ----------------------------------------- +## Google Analytics +## ----------------------------------------- +NEXT_PUBLIC_ANALYTICS_ID= + +## ----------------------------------------- +## Mailerlite (Optional) +## ----------------------------------------- +# MAILERLITE_API_KEY= +# MAILERLITE_API_ENDPOINT= +## MAILERLITE_GROUP= # add comma separated group if multiple group to notify \ No newline at end of file From 775864726b0646f6e3500f06add8d5356dca7927 Mon Sep 17 00:00:00 2001 From: Dikshit Moradiya <106728438+ct-dixit@users.noreply.github.com> Date: Mon, 24 Nov 2025 06:16:00 +0000 Subject: [PATCH 2/2] update file name --- uikit/react/{.env.local.example => .env.example} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename uikit/react/{.env.local.example => .env.example} (100%) diff --git a/uikit/react/.env.local.example b/uikit/react/.env.example similarity index 100% rename from uikit/react/.env.local.example rename to uikit/react/.env.example