feat: 📈 add ackee analytics and privacy policy
This commit is contained in:
parent
67a3efe4dc
commit
01587dd5b8
5 changed files with 97 additions and 1 deletions
|
@ -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')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue