updates to get npm run build to succeed

This commit is contained in:
dovholuknf
2023-01-27 22:22:08 -05:00
parent ae6a24d965
commit a9b6e55336
3 changed files with 275 additions and 195 deletions

View File

@ -41,7 +41,7 @@ const config = {
editUrl:
'https://github.com/openziti/zrok/tree/main/',
path: '../docs',
include: ['**/*.md', '**/*.mdx', '**/*.svg', '**/*.png'],
include: ['**/*.md', '**/*.mdx'],
},
theme: {
customCss: require.resolve('./src/css/custom.css'),