1
0
Fork 0
mirror of https://github.com/em-squared/5e-drs.git synced 2025-10-30 21:24:18 +00:00

possibilité de partager des créations

This commit is contained in:
Maxime Moraine 2020-06-10 19:14:34 +02:00
parent 398bcc9ba3
commit d111a52ee7
16 changed files with 287 additions and 13 deletions

View file

@ -185,6 +185,12 @@ module.exports = {
frontmatter: {
layout: 'AbilityCalculatorLayout'
}
},
{
path: '/homebrew/',
frontmatter: {
layout: 'HomebrewLayout'
}
}
],
themeConfig: {