We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d3d76de commit 3e15851Copy full SHA for 3e15851
eleventy.config.js
@@ -1,4 +1,4 @@
1
-export default function(eleventyConfig) {
+module.exports = function(eleventyConfig) {
2
eleventyConfig.setInputDirectory("src")
3
eleventyConfig.addPassthroughCopy("src/style.css");
4
eleventyConfig.addPassthroughCopy("src/dropdown.css");
0 commit comments