6 lines
87 B
JavaScript
6 lines
87 B
JavaScript
export default {
|
|
eleventyNavigation: {
|
|
key: "Home"
|
|
},
|
|
layout: 'base.webc'
|
|
};
|