fix(metabolizer): Set portal path to /www (root)
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
parent
ab254bfdca
commit
baa43f5027
@ -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'
|
||||
|
||||
Loading…
Reference in New Issue
Block a user