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

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

Binary file not shown.

Before

Width:  |  Height:  |  Size: 144 KiB