We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2aa035f commit 1e21424Copy full SHA for 1e21424
eleventy.config.cjs
@@ -33,7 +33,7 @@ module.exports = function(eleventyConfig) {
33
eleventyConfig.addPlugin(CustomElementsManifestPlugin);
34
35
/** Collections to organize alphabetically instead of by date */
36
- eleventyConfig.addPlugin(OrderTagsPlugin, { tags: ['component'], order: 'alphabetically' });
+ eleventyConfig.addPlugin(OrderTagsPlugin, { tags: ['component'], order: 'alphabetical' });
37
38
/** Collections to organize by order instead of date */
39
eleventyConfig.addPlugin(OrderTagsPlugin, { tags: ['develop'] });
0 commit comments