summaryrefslogtreecommitdiffstats
path: root/.eleventy.js
blob: abbd9b8be98a33932281b9636ad8831c30d479c1 (plain) (blame)
1
2
3
module.exports = eleventyConfig => {
	return require('./eleventy.config.js')(eleventyConfig)
}