fix(metabolizer): Set portal path to /www (root)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
CyberMind-FR 2026-01-25 06:27:07 +01:00
parent ab254bfdca
commit baa43f5027

View File

@ -18,10 +18,10 @@ config cms 'cms'
config hexo 'hexo'
option source_path '/srv/hexojs/site/source/_posts'
option public_path '/srv/hexojs/site/public'
option portal_path '/www/blog'
option portal_path '/www'
option auto_publish '1'
config portal 'portal'
option enabled '1'
option url_path '/blog'
option url_path '/'
option title 'SecuBox Blog'