UNPKG

211 BJavaScriptView Raw
1exports.params = {
2 site: {
3 name: 'AE86',
4 url: 'http://localhost:3000'
5 },
6 sitemap: {
7 'index.html': { title: 'Home' },
8 'about/team.html': { title: 'Team', layout: 'alternative.html' }
9 }
10};