cleanup
This commit is contained in:
parent
a652500c84
commit
92433bfb50
2 changed files with 6 additions and 4 deletions
|
@ -21,9 +21,11 @@ module.exports = function (eleventyConfig) {
|
|||
eleventyConfig.addWatchTarget('./tailwind.config.js')
|
||||
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 |
Reference in a new issue