mirror of
https://github.com/Start9Labs/start9.com.git
synced 2026-04-01 21:13:11 +00:00
turned off lazy loading, refactored js, image tweaks, css tweaks, be-your-own rennovation
This commit is contained in:
@@ -19,10 +19,10 @@ module.exports = function (eleventyConfig) {
|
||||
//plugins
|
||||
eleventyConfig.addPlugin(eleventySass);
|
||||
|
||||
eleventyConfig.addPlugin(lazyImagesPlugin, {
|
||||
imgSelector: 'img:not(.unlazy)', // custom image selector
|
||||
//cacheFile: '', // don't cache results to a file
|
||||
});
|
||||
// eleventyConfig.addPlugin(lazyImagesPlugin, {
|
||||
// imgSelector: 'img:not(.unlazy)', // custom image selector
|
||||
// //cacheFile: '', // don't cache results to a file
|
||||
// });
|
||||
|
||||
return {
|
||||
dir: { input: "src", output: "_site", data: "_data" },
|
||||
|
||||
Reference in New Issue
Block a user