Skip to content

Instantly share code, notes, and snippets.

@jkarttunen
Created August 9, 2020 05:56
Show Gist options
  • Save jkarttunen/d12ea59b5a7c4afffab8ab5b8c77a0a8 to your computer and use it in GitHub Desktop.
Save jkarttunen/d12ea59b5a7c4afffab8ab5b8c77a0a8 to your computer and use it in GitHub Desktop.
.eleventy.js
module.exports = config => {
return {
dir: {
input: 'src',
output: 'dist'
}
};
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment