mirror of
https://github.com/tabler/tabler.git
synced 2025-12-22 01:44:25 +04:00
6 lines
178 B
JavaScript
6 lines
178 B
JavaScript
export default {
|
|
layout: 'docs/default',
|
|
permalink: function ({page}) {
|
|
return `${page.filePathStem.replace(/^\/content\//, '/').replace(/\/index$/, '') }/index.html`;
|
|
},
|
|
}; |