chore: consolidate search/all/sitemap collections; filter out future albums from artist pages if they don't have plays
This commit is contained in:
parent
fc9467de1b
commit
a8beefaa4a
4 changed files with 94 additions and 105 deletions
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "coryd.dev",
|
||||
"version": "20.9.4",
|
||||
"version": "20.10.0",
|
||||
"description": "The source for my personal site. Built using 11ty (and other tools).",
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
|
@ -26,7 +26,7 @@
|
|||
"youtube-video-element": "^1.1.6"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@11ty/eleventy": "3.0.0-alpha.16",
|
||||
"@11ty/eleventy": "3.0.0-alpha.17",
|
||||
"@11ty/eleventy-fetch": "^4.0.1",
|
||||
"@11ty/eleventy-plugin-syntaxhighlight": "^5.0.0",
|
||||
"@11tyrocks/eleventy-plugin-lightningcss": "^1.4.0",
|
||||
|
|
Reference in a new issue