feat: 📈 add ackee analytics and privacy policy

This commit is contained in:
Sebin Nyshkim 2025-07-18 21:57:44 +02:00
parent 67a3efe4dc
commit 01587dd5b8
Signed by: SebinNyshkim
SSH key fingerprint: SHA256:LG1WHMySL/4iW/Yci+0eHgbf0te5beRiLlmyoY8E5D0
5 changed files with 97 additions and 1 deletions

View file

@ -51,6 +51,9 @@ export default async function (eleventyConfig) {
eleventyConfig.addPassthroughCopy('./src/fonts/');
eleventyConfig.addWatchTarget('./src/fonts/');
eleventyConfig.addPassthroughCopy('./src/js/');
eleventyConfig.addWatchTarget('./src/js/');
eleventyConfig.addCollection('posts', (collection) =>
process.env.ELEVENTY_PRODUCTION
? collection.getFilteredByGlob('./src/posts/*.md')