mirror of
https://github.com/tabler/tabler.git
synced 2025-12-21 17:34:25 +04:00
fix: remove analytics environment variables and adjust layout inclusion
This commit is contained in:
@@ -265,10 +265,6 @@ export default function (eleventyConfig) {
|
|||||||
eleventyConfig.addGlobalData("package", pkg);
|
eleventyConfig.addGlobalData("package", pkg);
|
||||||
eleventyConfig.addGlobalData("cdnUrl", `https://cdn.jsdelivr.net/npm/@tabler/core@${pkg.version}`);
|
eleventyConfig.addGlobalData("cdnUrl", `https://cdn.jsdelivr.net/npm/@tabler/core@${pkg.version}`);
|
||||||
|
|
||||||
// PostHog Analytics Environment Variables
|
|
||||||
eleventyConfig.addGlobalData("posthogApiKey", process.env.POSTHOG_API_KEY || "");
|
|
||||||
eleventyConfig.addGlobalData("posthogHost", process.env.POSTHOG_HOST || "https://us.i.posthog.com");
|
|
||||||
|
|
||||||
const data = {
|
const data = {
|
||||||
iconsCount: () => 123,
|
iconsCount: () => 123,
|
||||||
emailsCount: () => 123,
|
emailsCount: () => 123,
|
||||||
|
|||||||
Reference in New Issue
Block a user