build: 🔧 update config file in accordance to recommendations from the docs
This commit is contained in:
parent
73e55e84b4
commit
54260f01f8
1 changed files with 9 additions and 9 deletions
|
@ -104,8 +104,9 @@ export default async function (eleventyConfig) {
|
|||
eleventyConfig.addFilter('readableDate', (dateObj) =>
|
||||
dateObj.toLocaleDateString('en-US', { year: 'numeric', month: 'short', day: 'numeric' })
|
||||
);
|
||||
}
|
||||
|
||||
return {
|
||||
export const config = {
|
||||
dir: {
|
||||
input: 'src',
|
||||
output: 'public',
|
||||
|
@ -113,4 +114,3 @@ export default async function (eleventyConfig) {
|
|||
includes: 'includes'
|
||||
}
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue