Change default build folder to dist

This commit is contained in:
2024-02-26 22:59:57 +01:00
parent 2fc2aa61af
commit b54c151b82

View File

@@ -93,7 +93,7 @@ return require('packer').startup(function(use)
vim.g.vimwiki_list = {
{
path = '~/Documents/cybersecurity/wiki/',
path_html = '~/Documents/cybersecurity/wiki/generated_html',
path_html = '~/Documents/cybersecurity/wiki/dist',
template_path = '~/.config/vimwiki/templates/cybersecurity/',
template_default = 'default',
template_ext = 'html',