File: /var/www/innodrive/webpack.pages.js
const pagesOptions = [{
title: 'Main',
path: 'main',
pathToFile: 'main.pug'
}, {
title: 'Catalog Department',
path: 'catalog-department',
pathToFile: 'catalog-department.pug'
}, {
title: 'Tovar',
path: 'tovar',
pathToFile: 'tovar.pug'
}, {
title: 'Compare',
path: 'compare',
pathToFile: 'compare.pug'
}, {
title: 'Brand',
path: 'brand',
pathToFile: 'brand.pug'
}, {
title: 'Catalog Main',
path: 'catalog-main',
pathToFile: 'catalog-main.pug'
}, {
title: 'News',
path: 'news',
pathToFile: 'news.pug'
}, {
title: 'News Article',
path: 'news-article',
pathToFile: 'news-article.pug'
}, {
title: 'Delivery',
path: 'delivery',
pathToFile: 'delivery.pug'
}, {
title: 'Search-results',
path: 'search-results',
pathToFile: 'search-results.pug'
}, {
title: 'Solutions',
path: 'solutions',
pathToFile: 'solutions.pug'
}, {
title: 'Contacts',
path: 'contacts',
pathToFile: 'contacts.pug'
}, {
title: 'About',
path: 'about',
pathToFile: 'about.pug'
}, {
title: 'modals',
path: 'modals',
pathToFile: 'modals.pug'
}];
module.exports = pagesOptions;