fix page option

This commit is contained in:
Doggo Bit
2025-07-12 16:32:13 +01:00
parent be92a3a85c
commit f456e017e7

View File

@ -34,9 +34,11 @@ in
passwordSender = "wiki@wiki.nixos.org"; passwordSender = "wiki@wiki.nixos.org";
noReplyAddress = "wiki-no-reply@wiki.nixos.org"; noReplyAddress = "wiki-no-reply@wiki.nixos.org";
pages = { pages = {
"common.css.wiki" = { pageConfig = {
title = "Common.css"; "common.css.wiki" = {
namespace = "MediaWiki"; title = "Common.css";
namespace = "MediaWiki";
};
}; };
}; };
}; };