1
0
mirror of https://github.com/tabler/tabler.git synced 2025-12-21 09:24:24 +04:00
Files
tabler/docs/content/content.11tydata.mjs
2025-04-15 23:18:49 +02:00

6 lines
178 B
JavaScript

export default {
layout: 'docs/default',
permalink: function ({page}) {
return `${page.filePathStem.replace(/^\/content\//, '/').replace(/\/index$/, '') }/index.html`;
},
};