punkfairie.github.io/.eleventy.js
2023-06-28 16:21:50 -07:00

3 lines
94 B
JavaScript

module.exports = function (eleventyConfig) {
return {dir: {input: 'src', output: 'dist'}}
}