Skip to content

Commit f456e01

Browse files
committed
fix page option
1 parent be92a3a commit f456e01

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

targets/nixos-wiki.nixos.org/configuration.nix

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,11 @@ in
3434
passwordSender = "wiki@wiki.nixos.org";
3535
noReplyAddress = "wiki-no-reply@wiki.nixos.org";
3636
pages = {
37-
"common.css.wiki" = {
38-
title = "Common.css";
39-
namespace = "MediaWiki";
37+
pageConfig = {
38+
"common.css.wiki" = {
39+
title = "Common.css";
40+
namespace = "MediaWiki";
41+
};
4042
};
4143
};
4244
};

0 commit comments

Comments
 (0)