mirror of https://gitlab.crans.org/nounous/nixos
fix
parent
a5ace7dd3f
commit
9478602ba6
|
@ -22,9 +22,11 @@ let
|
|||
|
||||
open_graph = formatJSON.generate "opengraph.json" {
|
||||
openGraph = [
|
||||
enabled = true;
|
||||
considerHost = true;
|
||||
ttl = "24h";
|
||||
{
|
||||
enabled = true;
|
||||
considerHost = true;
|
||||
ttl = "24h";
|
||||
}
|
||||
];
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue