feat: bye analytics
This commit is contained in:
parent
94d58d0f0c
commit
2bf2fba325
20 changed files with 14 additions and 185 deletions
|
@ -6,7 +6,7 @@ import markdownItAnchor from 'markdown-it-anchor'
|
|||
import markdownItFootnote from 'markdown-it-footnote'
|
||||
import filters from './config/filters/index.js'
|
||||
import { copyErrorPages } from './config/events/index.js'
|
||||
import { popularPosts, processContent, albumReleasesCalendar } from './config/collections/index.js'
|
||||
import { processContent, albumReleasesCalendar } from './config/collections/index.js'
|
||||
import { DateTime } from 'luxon'
|
||||
|
||||
// load .env
|
||||
|
@ -52,7 +52,6 @@ export default async function (eleventyConfig) {
|
|||
})
|
||||
|
||||
// collections
|
||||
eleventyConfig.addCollection('popularPosts', popularPosts)
|
||||
eleventyConfig.addCollection('allContent', (collection) => {
|
||||
const { allContent } = processContent(collection)
|
||||
return allContent
|
||||
|
|
Reference in a new issue