Remove unnecessary passthroughs
This commit is contained in:
@@ -195,12 +195,7 @@ export default async function (eleventyConfig) {
|
|||||||
// Passthrough
|
// Passthrough
|
||||||
eleventyConfig
|
eleventyConfig
|
||||||
.addPassthroughCopy({ "./public/": "/" })
|
.addPassthroughCopy({ "./public/": "/" })
|
||||||
.addPassthroughCopy("./content/special/")
|
.addPassthroughCopy("./content/special/");
|
||||||
.addPassthroughCopy("./node_modules/@magenta/music/es6/core.js")
|
|
||||||
.addPassthroughCopy(
|
|
||||||
"./node_modules/html-midi-player/dist/midi-player.min.js",
|
|
||||||
)
|
|
||||||
.addPassthroughCopy("./node_modules/tone/build/Tone.js");
|
|
||||||
|
|
||||||
// Get the first `n` elements of a collection.
|
// Get the first `n` elements of a collection.
|
||||||
eleventyConfig.addFilter("head", (array, n) => {
|
eleventyConfig.addFilter("head", (array, n) => {
|
||||||
|
|||||||
Reference in New Issue
Block a user