mirror of
https://github.com/Start9Labs/start9.com.git
synced 2026-03-30 04:02:00 +00:00
trying to get the bkg working with a passthrough
This commit is contained in:
@@ -24,11 +24,11 @@ module.exports = function (eleventyConfig) {
|
|||||||
eleventyConfig.addPassthroughCopy("./src/assets/js");
|
eleventyConfig.addPassthroughCopy("./src/assets/js");
|
||||||
// eleventyConfig.addPassthroughCopy('src/assets/images/**/*.png');
|
// eleventyConfig.addPassthroughCopy('src/assets/images/**/*.png');
|
||||||
// eleventyConfig.addPassthroughCopy('src/assets/images/**/*.svg');
|
// eleventyConfig.addPassthroughCopy('src/assets/images/**/*.svg');
|
||||||
// eleventyConfig.addPassthroughCopy('src/assets/images/**/*.jpg');
|
eleventyConfig.addPassthroughCopy('src/assets/images/**/*.jpg');
|
||||||
// eleventyConfig.addPassthroughCopy('src/assets/images/**/*.gif');
|
// eleventyConfig.addPassthroughCopy('src/assets/images/**/*.gif');
|
||||||
|
|
||||||
|
|
||||||
if (false) {//(process.env.ELEVENTY_ENV === "production") {
|
if (true) {//(process.env.ELEVENTY_ENV === "production") {
|
||||||
eleventyConfig.addPlugin(img2picture, {
|
eleventyConfig.addPlugin(img2picture, {
|
||||||
// Should be same as Eleventy input folder set using `dir.input`.
|
// Should be same as Eleventy input folder set using `dir.input`.
|
||||||
eleventyInputDir: "src",
|
eleventyInputDir: "src",
|
||||||
|
|||||||
Reference in New Issue
Block a user