8 lines
230 B
JavaScript
8 lines
230 B
JavaScript
export default {
|
|
eleventyNavigation: {
|
|
key: "Home"
|
|
},
|
|
layout: 'base.webc',
|
|
language: 'en_US',
|
|
description: 'Your primary source to learn all about the anatomy, personality and backstory of my cast of characters!'
|
|
};
|