This commit is contained in:
Cory Dransfeldt 2023-03-13 16:48:40 -07:00
parent a652500c84
commit 92433bfb50
2 changed files with 6 additions and 4 deletions

View file

@ -21,9 +21,11 @@ module.exports = function (eleventyConfig) {
eleventyConfig.addWatchTarget('./tailwind.config.js') eleventyConfig.addWatchTarget('./tailwind.config.js')
eleventyConfig.addWatchTarget('./tailwind.css') eleventyConfig.addWatchTarget('./tailwind.css')
eleventyConfig.addShortcode('version', function () { // passthrough
return now eleventyConfig.addPassthroughCopy("src/assets");
})
// shortcodes
eleventyConfig.addShortcode('version', () => now)
// filters // filters
Object.keys(filters).forEach((filterName) => { Object.keys(filters).forEach((filterName) => {

Binary file not shown.

Before

Width:  |  Height:  |  Size: 144 KiB